]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_compile.c
ccanlint: fix dependencies on tests_pass_without_features.
[ccan] / tools / ccanlint / tests / tests_compile.c
index 48b8c0cfa32aaeff5bf3d0f2df4adbaeb9d5f452..6c0f9d34274195855fafc4715972a717f37b48bd 100644 (file)
@@ -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);