]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_tests.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / has_tests.c
index 0a510a034629b62d10bffa5ab06b04cfb043b0c3..36adee60998a0c8477c415875620324e34603bd0 100644 (file)
@@ -125,8 +125,8 @@ static void check_has_tests(struct manifest *m,
 }
 
 struct ccanlint has_tests = {
-       .key = "has-tests",
-       .name = "Module has tests",
+       .key = "tests_exist",
+       .name = "Module has test directory with tests in it",
        .check = check_has_tests,
 };