summaryrefslogtreecommitdiff
path: root/ccan/array_size/test
AgeCommit message (Collapse)Author
2015-08-20array_size: fix spurious test fail with gcc-5Rusty Russell
It now warns about sizeof(function-param-not-really-an-array). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-03-22array_size: make sure tests work even without GCC features.Rusty Russell
In this case, "work" means "fail to compile cleanly".
2010-01-06Remove old run-tests, clean up #includes to all be <ccan/...Rusty Russell
2009-02-17Finally, ARRAY_SIZE!Rusty Russell