opensc/src/tests
Jakub Jelen 9a6cf6af3e configure: Add option to generate code coverage (for unit tests)
./configure --enable-code-coverage --disable-optimization
make check
make code-coverage-capture
lcov --summary OpenSC-*-coverage.info

This does not work well with Windows so on windows it should be disabled (WIP)
2020-01-07 17:07:48 +01:00
..
fuzzing fixed fuzzing build 2020-01-06 22:34:16 +01:00
p11test fixed 347857 Resource leak 2019-11-05 21:49:30 +01:00
regression Fix regression test crypt0007: it deals with 1024 bit keys (not 1048). 2015-07-26 21:35:29 +02:00
unittests configure: Add option to generate code coverage (for unit tests) 2020-01-07 17:07:48 +01:00
Makefile.am unittests: Reproducer for undefined shift in ASN1 parser 2020-01-07 14:50:47 +01:00
Makefile.mak added tests for Microsoft CryptoAPI 2019-01-15 07:30:13 +01:00
base64.c fixed dereference before null check 2015-01-22 20:29:33 +01:00
lottery.c fixed dead assignments 2017-11-09 12:42:29 +01:00
opensc-minidriver-test.c added tests for Microsoft CryptoAPI 2019-01-15 07:30:13 +01:00
p15dump.c Coverity fixes (#1012) 2017-04-03 13:43:30 +02:00
pintest.c Avoid GCC 7 warnings with -Werror (#1196) 2017-11-17 10:47:53 +01:00
print.c print.c: fixed accessing label in sc_pkcs15_object_t 2015-10-04 17:33:14 +02:00
prngtest.c Header file cleanup. 2010-03-04 08:14:36 +00:00
sc-test.c use compat_getopt_long if getopt_long is not available 2019-03-25 14:30:09 +01:00
sc-test.h Header file cleanup. 2010-03-04 08:14:36 +00:00