X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_tests.c;h=a614adb3ea5df1cff665d554ed35260edf42f1ac;hp=6444fc17f02b2c017b5a7bf9b2134be58235fe4b;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hpb=747a69435d9f83c0968d9689c4951bc0233ffc5e diff --git a/tools/ccanlint/compulsory_tests/compile_tests.c b/tools/ccanlint/compulsory_tests/compile_tests.c index 6444fc17..a614adb3 100644 --- a/tools/ccanlint/compulsory_tests/compile_tests.c +++ b/tools/ccanlint/compulsory_tests/compile_tests.c @@ -182,6 +182,7 @@ static const char *describe_compile_tests(struct manifest *m, } struct ccanlint compile_tests = { + .key = "compile", .name = "Compile tests succeed", .score = score_compile_tests, .check = do_compile_tests,