commit | 61137df560b5e523fd8e36b2ba6d03bee6dd4b3e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Feb 24 11:57:36 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 14 08:41:01 2014 +0100 |
tree | b36786202d54e8df298f7af683157ad1a220b91c | |
parent | 03893df747c6af1132fc93def4d4f17c8c4a8c11 [diff] [blame] |
Add a 'testcov' target
diff --git a/Makefile b/Makefile index f48fd66..e9eb11f 100644 --- a/Makefile +++ b/Makefile
@@ -56,6 +56,12 @@ 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 )