opensc/src/tests/unittests
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
..
Makefile.am configure: Add option to generate code coverage (for unit tests) 2020-01-07 17:07:48 +01:00
Makefile.mak unittests: Reproducer for undefined shift in ASN1 parser 2020-01-07 14:50:47 +01:00
asn1.c unittests: Add more coverage corner cases for BIT STRINGs 2020-01-07 14:50:48 +01:00
torture.h unittests: Reproducer for undefined shift in ASN1 parser 2020-01-07 14:50:47 +01:00