]> 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 5bea548c46814af97cb3afaf76ef673a2145eec0..fee79b10c82499574482e2f5913258e19d9107fd 100644 (file)
@@ -80,4 +80,4 @@ struct ccanlint build = {
        .can_run = can_build,
 };
 
-REGISTER_TEST(build, &depends_built, NULL);
+REGISTER_TEST(build, &build_objs, NULL);