X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fcompile_test_helpers.c;fp=tools%2Fccanlint%2Ftests%2Fcompile_test_helpers.c;h=aa62e37a5fbb0aef71204648506c5eaec6182af2;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=0169f6024f21b3e263d5423bd168d16c498b539c;hpb=f9423c171395571f9880286190d9cf63da147668;p=ccan diff --git a/tools/ccanlint/tests/compile_test_helpers.c b/tools/ccanlint/tests/compile_test_helpers.c index 0169f602..aa62e37a 100644 --- a/tools/ccanlint/tests/compile_test_helpers.c +++ b/tools/ccanlint/tests/compile_test_helpers.c @@ -69,6 +69,7 @@ struct ccanlint compile_test_helpers = { .name = "Module test helper objects compile", .check = do_compile_test_helpers, .can_run = can_run, + .needs = "depends_build tests_exist" }; -REGISTER_TEST(compile_test_helpers, &depends_built, &has_tests, NULL); +REGISTER_TEST(compile_test_helpers);