Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-05 | Makefile.am: Use a single non-recursive Makefile | Stef Walter | 1 | -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-05 | Makefile.am: Move tests into same directories as tested code | Stef Walter | 1 | -0/+306 | |
This allows for a cleaner build tree, and will provide benefits when moving to a single Makefile. |