summaryrefslogtreecommitdiff
path: root/common/test.c
Commit message (Collapse)AuthorAgeFilesLines
* Make preconditions abort unconditionally when scanning with coverityStef Walter2013-07-181-0/+5
| | | | | | | | | | | | This reflects that preconditions are invalid/unreachable on a functioning system and with valid input. We do not try to recover from such conditions. In addition teach coverity about how our test suite fails See http://p11-glue.freedesktop.org/doc/p11-kit/devel-building-style.html https://bugzilla.redhat.com/show_bug.cgi?id=985005
* trust: Writable module PKCS#11 token functionsStef Walter2013-06-171-3/+11
| | | | | | Although we don't actually write anything out yet, make the various PKCS#11 functions behave properly when faced with requests to write to token objects
* common: Abort test cases when one failsStef Walter2013-06-131-0/+2
|
* Our own unit testing frameworkStef Walter2013-05-211-0/+261
* Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code