]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/compile_tests.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / tests / compile_tests.c
index e1e8f82061f4ae81661677e842c437acf1532374..c61a9e5a8aeee5a702ad171c7e81c81aa2e25952 100644 (file)
@@ -135,6 +135,7 @@ struct ccanlint compile_tests = {
        .name = "Module tests compile",
        .check = do_compile_tests,
        .can_run = can_build,
+       .needs = "tests_helpers_compile objects_build"
 };
 
-REGISTER_TEST(compile_tests, &compile_test_helpers, &build_objs, NULL);
+REGISTER_TEST(compile_tests);