X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fcompile_test_helpers.c;h=0169f6024f21b3e263d5423bd168d16c498b539c;hp=5763463ad178e709df940b168ad68b1fe9ba19b5;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/tests/compile_test_helpers.c b/tools/ccanlint/tests/compile_test_helpers.c index 5763463a..0169f602 100644 --- a/tools/ccanlint/tests/compile_test_helpers.c +++ b/tools/ccanlint/tests/compile_test_helpers.c @@ -65,7 +65,7 @@ static void do_compile_test_helpers(struct manifest *m, } struct ccanlint compile_test_helpers = { - .key = "compile-helpers", + .key = "tests_helpers_compile", .name = "Module test helper objects compile", .check = do_compile_test_helpers, .can_run = can_run,