X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_test_helpers.c;fp=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_test_helpers.c;h=5c7a9ec6d271428529d447b2be6b7ab42e21cba4;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hp=fc88b1b0e7bca75b429256d59773354b5831b92f;hpb=7b877620c687786bb5b2b4bb3daffc61ca4322cf;p=ccan diff --git a/tools/ccanlint/compulsory_tests/compile_test_helpers.c b/tools/ccanlint/compulsory_tests/compile_test_helpers.c index fc88b1b0..5c7a9ec6 100644 --- a/tools/ccanlint/compulsory_tests/compile_test_helpers.c +++ b/tools/ccanlint/compulsory_tests/compile_test_helpers.c @@ -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,