summaryrefslogtreecommitdiff
path: root/p11-kit/tests/pin-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Our own unit testing frameworkStef Walter2013-05-211-325/+0
| | | | | | | | * 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
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-1/+0
|
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
| | | | Since older operating systems don't support setenv()
* Set strict debug preconditions during testingStef Walter2013-01-091-0/+1
|
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+325
Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally.