X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_compile.c;h=6c0f9d34274195855fafc4715972a717f37b48bd;hb=271676fecdb2fb079374b9e3fe03e5c53e7f0f23;hp=48b8c0cfa32aaeff5bf3d0f2df4adbaeb9d5f452;hpb=ce6eef4132acad78ae04a9e7c388ef932fb6411d;p=ccan diff --git a/tools/ccanlint/tests/tests_compile.c b/tools/ccanlint/tests/tests_compile.c index 48b8c0cf..6c0f9d34 100644 --- a/tools/ccanlint/tests/tests_compile.c +++ b/tools/ccanlint/tests/tests_compile.c @@ -175,6 +175,6 @@ struct ccanlint tests_compile_without_features = { .name = "Module tests compile (without features)", .check = do_compile_tests_without_features, .can_run = features_reduced, - .needs = "reduce_features" + .needs = "tests_compile reduce_features" }; REGISTER_TEST(tests_compile_without_features);