]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_compile.c
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / tests_compile.c
index bfa412a68a14d55051588b15de3ed74213096f52..ee1a6b2c2e2a8da010764b081c5e14c90567e729 100644 (file)
@@ -221,6 +221,6 @@ struct ccanlint tests_compile_without_features = {
        .name = "Module tests compile (without features)",
        .check = do_compile_tests_without_features,
        .can_run = features_reduced,
-       .needs = "tests_helpers_compile_without_features objects_build_without_features"
+       .needs = "module_builds tests_helpers_compile_without_features objects_build_without_features"
 };
 REGISTER_TEST(tests_compile_without_features);