]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/compile_test_helpers.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / compile_test_helpers.c
index fc88b1b0e7bca75b429256d59773354b5831b92f..127d972b183cba95113c25f0c924e57309306d83 100644 (file)
@@ -56,7 +56,8 @@ static const char *describe_compile_test_helpers(struct manifest *m,
 }
 
 struct ccanlint compile_test_helpers = {
-       .name = "Compiling test helper files",
+       .key = "compile-helpers",
+       .name = "Module test helper objects compile",
        .total_score = 1,
        .check = do_compile_test_helpers,
        .describe = describe_compile_test_helpers,