]> git.ozlabs.org Git - ccan/blobdiff - Makefile
tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2
[ccan] / Makefile
index e10c9601a95ce8f56ff7b2c12f9acaaf13c0bf53..1063f4c57d05b4bd4369f282fb68999d173f74f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ summary-check-%: tools/ccanlint/ccanlint $(OBJFILES)
        tools/ccanlint/ccanlint -s -d ccan/$*
 
 summary-fastcheck-%: tools/ccanlint/ccanlint $(OBJFILES)
-       tools/ccanlint/ccanlint -t $(FASTTIMEOUT) -s -d ccan/$*
+       tools/ccanlint/ccanlint -x tests_pass_valgrind -x tests_compile_coverage -s -d ccan/$*
 
 ccan/%/info: ccan/%/_info
        $(CC) $(CCAN_CFLAGS) -o $@ -x c $<