summaryrefslogtreecommitdiff
path: root/p11-kit/tests/test-uri.c
Commit message (Collapse)AuthorAgeFilesLines
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-1314/+0
| | | | Still use recursive for documentation and translation.
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-081-0/+3
|
* Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos2014-07-041-0/+66
|
* Our own unit testing frameworkStef Walter2013-05-211-0/+1245
* 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