X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Frun_tests_valgrind.c;h=6e18338d19f0c2edf3a119d4805f5fe02913f6ed;hp=ec3a31981c21f01331fd6d1a934a95f33f452f60;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/tests/run_tests_valgrind.c b/tools/ccanlint/tests/run_tests_valgrind.c index ec3a3198..6e18338d 100644 --- a/tools/ccanlint/tests/run_tests_valgrind.c +++ b/tools/ccanlint/tests/run_tests_valgrind.c @@ -178,7 +178,7 @@ static void run_under_debugger_vg(struct manifest *m, struct score *score) } struct ccanlint run_tests_vg = { - .key = "valgrind-tests", + .key = "tests_pass_valgrind", .name = "Module's run and api tests succeed under valgrind", .can_run = can_run_vg, .check = do_run_tests_vg, @@ -189,7 +189,7 @@ struct ccanlint run_tests_vg = { REGISTER_TEST(run_tests_vg, &run_tests, NULL); struct ccanlint run_tests_vg_leak = { - .key = "valgrind-leaks", + .key = "tests_pass_valgrind_noleaks", .name = "Module's run and api tests leak memory", .check = do_leakcheck_vg, };