mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add a 'testcov' target
This commit is contained in:
parent
03893df747
commit
61137df560
2 changed files with 13 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue