]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build-coverage.c
ccanlint: rename structures to match keys
[ccan] / tools / ccanlint / tests / build-coverage.c
index 55eca373dc0ca44d63bd87c8cb3506c7d16fe29e..115ae94a15e50a7f4050f2b307e5bdb18295b944 100644 (file)
@@ -142,7 +142,7 @@ static void do_compile_coverage_tests(struct manifest *m,
        }
 }
 
-struct ccanlint compile_coverage_tests = {
+struct ccanlint tests_compile_coverage = {
        .key = "tests_compile_coverage",
        .name = "Module tests compile with " COVERAGE_CFLAGS,
        .check = do_compile_coverage_tests,
@@ -150,4 +150,4 @@ struct ccanlint compile_coverage_tests = {
        .needs = "tests_compile"
 };
 
-REGISTER_TEST(compile_coverage_tests);
+REGISTER_TEST(tests_compile_coverage);