aboutsummaryrefslogtreecommitdiff
path: root/ccan/config.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Run the CCAN unit tests and add to coverage-reportStewart Smith1-0/+30
With some fun Makefile rules, we can pick up all CCAN unit tests. We exclude the unit test source files from the lcov report itself. Add skeleton ccan config.h and tap.h that are enough for us to build and run the test suite. Currently, the minimalist versions should be fine (and we don't need CCAN configurator). Also includes -Werror fixes for ccan tests. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>