]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/compile_test_helpers.c
ccanlint: rename structures to match keys
[ccan] / tools / ccanlint / tests / compile_test_helpers.c
index aa62e37a5fbb0aef71204648506c5eaec6182af2..0ad5a7e67cc7847fb9bbc9c568ef403b7752eb7d 100644 (file)
@@ -64,7 +64,7 @@ static void do_compile_test_helpers(struct manifest *m,
        }
 }
 
        }
 }
 
-struct ccanlint compile_test_helpers = {
+struct ccanlint tests_helpers_compile = {
        .key = "tests_helpers_compile",
        .name = "Module test helper objects compile",
        .check = do_compile_test_helpers,
        .key = "tests_helpers_compile",
        .name = "Module test helper objects compile",
        .check = do_compile_test_helpers,
@@ -72,4 +72,4 @@ struct ccanlint compile_test_helpers = {
        .needs = "depends_build tests_exist"
 };
 
        .needs = "depends_build tests_exist"
 };
 
-REGISTER_TEST(compile_test_helpers);
+REGISTER_TEST(tests_helpers_compile);