Add a 'testcov' target

This commit is contained in:
Manuel Pégourié-Gonnard 2014-02-24 11:57:36 +01:00
parent 03893df747
commit 61137df560
2 changed files with 13 additions and 0 deletions

View file

@ -56,6 +56,12 @@ check: lib
test-ref-configs:
tests/scripts/test-ref-configs.pl
testcov:
make check
programs/test/selftest
( cd tests && ./compat.sh )
( cd tests && ./ssl-opt.sh )
lcov:
rm -rf Coverage
( cd library && lcov --capture --directory . -o polarssl.info )