]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/reduce_features.c
ccanlint: run tests with reduced-feature config.h
[ccan] / tools / ccanlint / tests / reduce_features.c
index 2a389ce555e39bb0f1145f61e77826fa3b075c92..aaeba75170f78a7b33b60355f97292c7b7c61908 100644 (file)
@@ -174,6 +174,8 @@ struct ccanlint reduce_features = {
        .name = "Produce config.h with reduced features",
        .can_run = can_run,
        .check = do_reduce_features,
+       /* We only want to compile up versions with reduced featuress once
+        * objects for normal tests are built. */
        .needs = "tests_compile"
 };
 REGISTER_TEST(reduce_features);