]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_exist.c
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / tests_exist.c
index 523fe99f716c19c4101cc880077511e2da6e13e1..57fd4e11769e664b77afdab30a24f3a145c9a740 100644 (file)
@@ -132,6 +132,6 @@ struct ccanlint tests_exist = {
        .key = "tests_exist",
        .name = "Module has test directory with tests in it",
        .check = check_tests_exist,
-       .needs = ""
+       .needs = "info_exists"
 };