X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Frun_tests.c;h=3821b36a761259ae2c480dba3fc193b99861c3e5;hp=f32e0534ff11d1272e3e76c0ceb3498e6e155e8e;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46;ds=sidebyside diff --git a/tools/ccanlint/tests/run_tests.c b/tools/ccanlint/tests/run_tests.c index f32e0534..3821b36a 100644 --- a/tools/ccanlint/tests/run_tests.c +++ b/tools/ccanlint/tests/run_tests.c @@ -66,7 +66,7 @@ static void run_under_debugger(struct manifest *m, struct score *score) } struct ccanlint run_tests = { - .key = "run", + .key = "tests_pass", .name = "Module's run and api tests pass", .check = do_run_tests, .handle = run_under_debugger,