]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/hash_if.c
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / hash_if.c
index 35608ef1979c28b86926f9c475c5b6dcab75ac62..9e10c3049e2d4132b9a3a068400212399cfe171b 100644 (file)
@@ -71,7 +71,7 @@ struct ccanlint hash_if = {
        .key = "hash_if",
        .name = "Features are checked with #if not #ifdef",
        .check = check_hash_if,
-       .needs = ""
+       .needs = "info_exists"
 };
 
 REGISTER_TEST(hash_if);