]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_pass.c
ccanlint: fix dependencies on tests_pass_without_features.
[ccan] / tools / ccanlint / tests / tests_pass.c
index 6c1172a75bfe1841e58b8b45c632d19b48724313..15a97363098c0786790aad7c9ab433d9accd3d5d 100644 (file)
@@ -81,7 +81,7 @@ struct ccanlint tests_pass_without_features = {
        .name = "Module's run and api tests pass (without features)",
        .check = do_run_tests,
        .handle = run_under_debugger,
-       .needs = "tests_pass reduce_features"
+       .needs = "tests_compile_without_features"
 };
 
 REGISTER_TEST(tests_pass_without_features);