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:
Jouni Malinen 2013-11-24 19:16:12 +02:00
parent d9c753b4f5
commit 7feff06567
19 changed files with 37 additions and 19 deletions

View file

@ -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.