]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build_objs.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / build_objs.c
index 9393f62f11eb4507dc3ca76330e279a03fb136c8..7696b4641edf6fc649806a5af1e12c66b09d6d72 100644 (file)
@@ -62,6 +62,7 @@ struct ccanlint build_objs = {
        .name = "Module object files can be built",
        .check = check_objs_build,
        .can_run = can_build,
+       .needs = "depends_exist"
 };
 
-REGISTER_TEST(build_objs, &depends_exist, NULL);
+REGISTER_TEST(build_objs);