]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/compile_test_helpers.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / compulsory_tests / compile_test_helpers.c
index fc88b1b0e7bca75b429256d59773354b5831b92f..5c7a9ec6d271428529d447b2be6b7ab42e21cba4 100644 (file)
@@ -56,6 +56,7 @@ static const char *describe_compile_test_helpers(struct manifest *m,
 }
 
 struct ccanlint compile_test_helpers = {
+       .key = "compile-helpers",
        .name = "Compiling test helper files",
        .total_score = 1,
        .check = do_compile_test_helpers,