summaryrefslogtreecommitdiff
path: root/common/tests/test-constants.c
Commit message (Collapse)AuthorAgeFilesLines
* constants: Tweaks and add mechanismsStef Walter2013-05-271-39/+31
|
* Our own unit testing frameworkStef Walter2013-05-211-30/+15
| | | | | | | | * 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
* Add the log-calls module config optionStef Walter2013-05-211-5/+13
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* attrs: Add info functions for constant names and valuesStef Walter2013-03-151-0/+117
* For retrieving the name and/or nick of constants * The nick is what we'll use in the file format https://bugs.freedesktop.org/show_bug.cgi?id=62329