summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-deprecated.c
Commit message (Collapse)AuthorAgeFilesLines
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-513/+0
| | | | Still use recursive for documentation and translation.
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-081-1/+5
|
* Use simple serial automake test harnessStef Walter2013-07-231-0/+1
| | | | | * Add a testing sanity check to see if we're catching errors * Fix a few other testing issues
* Our own unit testing frameworkStef Walter2013-05-211-100/+87
| | | | | | | | * 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
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-0/+521
Support a new managed style module loading for PKCS#11 modules. This allows us to better coordinate between multiple callers of the same PKCS#11 modules and provide hooks into their behavior. This meant redoing the public facing API. The old methods are now deprecated, marked and documented as such.