diff options
author | Jouni Malinen <j@w1.fi> | 2013-11-24 17:16:12 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-11-24 17:16:12 (GMT) |
commit | 7feff0656751fb45cd4128d96a5d48d85b32cb4a (patch) | |
tree | 84bd514129de6be4b5a6a1a4aa90b6eeef874c4c /.gitignore | |
parent | d9c753b4f5670ce8bcfca137c1c7b63a4cb1be46 (diff) | |
download | hostap-7feff0656751fb45cd4128d96a5d48d85b32cb4a.zip hostap-7feff0656751fb45cd4128d96a5d48d85b32cb4a.tar.gz hostap-7feff0656751fb45cd4128d96a5d48d85b32cb4a.tar.bz2 |
Add CONFIG_CODE_COVERAGE=y option for gcov
This can be used to measure code coverage from test scripts.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ *.o *.d +*.gcno +*.gcda +*.gcov *.pyc *~ .config |