]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/run-coverage.c
ccanlint: make tests non-compulsory, always print score.
[ccan] / tools / ccanlint / tests / run-coverage.c
index 886aebd54424b9019eb212eca4a91e649c799dd7..a1bd8dea59f79a4a145d16594408182f66fe01b4 100644 (file)
@@ -209,4 +209,4 @@ struct ccanlint run_coverage_tests = {
        .describe = describe_run_coverage_tests,
 };
 
-REGISTER_TEST(run_coverage_tests, &compile_coverage_tests, NULL);
+REGISTER_TEST(run_coverage_tests, &compile_coverage_tests, &run_tests, NULL);