]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_depends_built.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / check_depends_built.c
index 41b9a8cae3ff19d28b106501a7fb46d0213aa7da..c4c649dd9e2fe44d168c656fe54349dc360c7922 100644 (file)
@@ -105,6 +105,7 @@ struct ccanlint depends_built = {
        .name = "Module's CCAN dependencies can be found or built",
        .check = check_depends_built,
        .can_run = can_build,
+       .needs = "depends_exist"
 };
 
-REGISTER_TEST(depends_built, &depends_exist, NULL);
+REGISTER_TEST(depends_built);