aboutsummaryrefslogtreecommitdiff
path: root/ccan/check_type
AgeCommit message (Collapse)AuthorFilesLines
2017-07-19attrconst for testsStewart Smith1-1/+1
Fixes build warnings when running with higher optimization than -O0 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-12-18Run the CCAN unit tests and add to coverage-reportStewart Smith1-0/+3
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>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt7-0/+180
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>