summaryrefslogtreecommitdiff
path: root/common/test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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