summaryrefslogtreecommitdiff
path: root/build/Makefile.tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.