]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build-coverage.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / build-coverage.c
index 927cd8b077dbaf813af63e5f7f696421096e0652..55eca373dc0ca44d63bd87c8cb3506c7d16fe29e 100644 (file)
@@ -147,6 +147,7 @@ struct ccanlint compile_coverage_tests = {
        .name = "Module tests compile with " COVERAGE_CFLAGS,
        .check = do_compile_coverage_tests,
        .can_run = can_run_coverage,
+       .needs = "tests_compile"
 };
 
-REGISTER_TEST(compile_coverage_tests, &compile_tests, NULL);
+REGISTER_TEST(compile_coverage_tests);