]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build-coverage.c
ccanlint: make tests non-compulsory, always print score.
[ccan] / tools / ccanlint / tests / build-coverage.c
index 7f75064219f495d514266559b5b25c9d79e94b91..98f7948d750b8af20aefce59d5a38c86093e3505 100644 (file)
@@ -190,6 +190,7 @@ struct ccanlint compile_coverage_tests = {
        .key = "compile-coverage-tests",
        .name = "Module tests compile with profiling",
        .check = do_compile_coverage_tests,
+       .total_score = 1,
        .describe = describe_compile_coverage_tests,
        .can_run = can_run_coverage,
 };