]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_build.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / check_build.c
index 39f16c2e0e8fd15f2bd21e5c354014c68ed67ea4..db2e16d54a4f8cd89fdec478094ff0a279d3f592 100644 (file)
@@ -88,6 +88,7 @@ struct ccanlint check_build = {
        .name = "Module can be linked against trivial program",
        .check = check_use_build,
        .can_run = can_build,
+       .needs = "module_builds depends_build"
 };
 
-REGISTER_TEST(check_build, &build, &depends_built, NULL);
+REGISTER_TEST(check_build);