]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / build.c
index 557b708bf7144c2237caa0c44d93c9771cf8d04b..cf128f6a7c3587e6dbaf1103efa3f00cb49b2285 100644 (file)
@@ -78,6 +78,7 @@ struct ccanlint build = {
        .name = "Module can be built from object files",
        .check = do_build,
        .can_run = can_build,
+       .needs = "objects_build"
 };
 
-REGISTER_TEST(build, &build_objs, NULL);
+REGISTER_TEST(build);