X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Frun_tests.c;h=0edfad262c4ba02299052231691b23ce40784ff7;hp=35790ece120a926f2f92c814d97e267921b29c86;hb=2926cafb52b9d95646d9dafa877d53f2368d8b2c;hpb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170 diff --git a/tools/ccanlint/tests/run_tests.c b/tools/ccanlint/tests/run_tests.c index 35790ece..0edfad26 100644 --- a/tools/ccanlint/tests/run_tests.c +++ b/tools/ccanlint/tests/run_tests.c @@ -65,7 +65,7 @@ static void run_under_debugger(struct manifest *m, struct score *score) doesnt_matter(); } -struct ccanlint run_tests = { +struct ccanlint tests_pass = { .key = "tests_pass", .name = "Module's run and api tests pass", .check = do_run_tests, @@ -74,4 +74,4 @@ struct ccanlint run_tests = { .needs = "tests_compile" }; -REGISTER_TEST(run_tests); +REGISTER_TEST(tests_pass);