summaryrefslogtreecommitdiff
path: root/p11-kit/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
| | | | Also remove some generated files from the po/ directory.
* Add public iterator API to p11-kitStef Walter2013-02-051-1/+3
|
* Add more mock-module implementationStef Walter2013-02-041-5/+9
| | | | | * Move mock code into the common/ directory to be used by multiple components of p11-kit
* Build common code into noinst librariesStef Walter2013-01-091-2/+6
| | | | | | * This is cleaner than building the same source files all over the place over and over. * Works better with code coverage.
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-0/+63
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.