summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/test-object.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-05Makefile.am: Use a single non-recursive MakefileStef Walter1-1/+1
This allows all the code to be built in parallel, and only rebuilding stuff that's changed when developing. Much quicker. In the meantime disable the p11-tests checks, which were very rarely used. We'll need to migrate them to TAP.
2014-03-05Makefile.am: Move tests into same directories as tested codeStef Walter1-0/+306
This allows for a cleaner build tree, and will provide benefits when moving to a single Makefile.