]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/compile_test_helpers.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / compile_test_helpers.c
index 0169f6024f21b3e263d5423bd168d16c498b539c..aa62e37a5fbb0aef71204648506c5eaec6182af2 100644 (file)
@@ -69,6 +69,7 @@ struct ccanlint compile_test_helpers = {
        .name = "Module test helper objects compile",
        .check = do_compile_test_helpers,
        .can_run = can_run,
+       .needs = "depends_build tests_exist"
 };
 
-REGISTER_TEST(compile_test_helpers, &depends_built, &has_tests, NULL);
+REGISTER_TEST(compile_test_helpers);