X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_compile.c;h=6c0f9d34274195855fafc4715972a717f37b48bd;hp=48b8c0cfa32aaeff5bf3d0f2df4adbaeb9d5f452;hb=e463c4f4b6614cdd869d3db61e14703f3f1c923b;hpb=60a487d57979e4364e70c837079f3cf083ddc9c7 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);