]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_build.c
ccanlint: fix error with --target=build
[ccan] / tools / ccanlint / compulsory_tests / check_build.c
index 8cd9ed8649bd106e3a9a18db957cb8f05f5652b3..b7935f015d6982aa0fca24d9ba4b03585ca1c54f 100644 (file)
@@ -90,4 +90,4 @@ struct ccanlint check_build = {
        .can_run = can_build,
 };
 
-REGISTER_TEST(check_build, &build, NULL);
+REGISTER_TEST(check_build, &build, &depends_built, NULL);