]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/compile_tests.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / compile_tests.c
index 80ebe913da7b227945d15e227225e16d609773c8..e1e8f82061f4ae81661677e842c437acf1532374 100644 (file)
@@ -131,7 +131,7 @@ static void do_compile_tests(struct manifest *m,
 }
 
 struct ccanlint compile_tests = {
-       .key = "compile-tests",
+       .key = "tests_compile",
        .name = "Module tests compile",
        .check = do_compile_tests,
        .can_run = can_build,