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>
This commit is contained in:
parent
d9c753b4f5
commit
7feff06567
19 changed files with 37 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
all: libcrypto.a
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.d libcrypto.a
|
||||
rm -f *~ *.o *.d *.gcno *.gcda *.gcov libcrypto.a
|
||||
|
||||
install:
|
||||
@echo Nothing to be made.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue