summaryrefslogtreecommitdiff
path: root/build/Makefile.tests
Commit message (Collapse)AuthorAgeFilesLines
* Use simple serial automake test harnessStef Walter2013-07-231-1/+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-4/+1
| | | | | | | | * 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
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-151-0/+5
| | | | | | | And cleanup our locks/locking model. There's no need to use recursive locks, especially since we can't use them on all platforms. In addition adjust taking of locks during initialization so that there's no chance of deadlocking here.
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-0/+11
| | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+8
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.