X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Frun_tests.c;fp=tools%2Fccanlint%2Fcompulsory_tests%2Frun_tests.c;h=2fd87a8c5c4978204926440aa4f6ef02c27cbdbf;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hp=16a07aee1cca555647bd2e0731ecee11f31c5eb2;hpb=7b877620c687786bb5b2b4bb3daffc61ca4322cf;p=ccan diff --git a/tools/ccanlint/compulsory_tests/run_tests.c b/tools/ccanlint/compulsory_tests/run_tests.c index 16a07aee..2fd87a8c 100644 --- a/tools/ccanlint/compulsory_tests/run_tests.c +++ b/tools/ccanlint/compulsory_tests/run_tests.c @@ -124,6 +124,7 @@ static void run_under_debugger(struct manifest *m, void *check_result) } struct ccanlint run_tests = { + .key = "run", .name = "run and api tests run successfully", .score = score_run_tests, .check = do_run_tests,