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