X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fbuild-coverage.c;h=927cd8b077dbaf813af63e5f7f696421096e0652;hb=f9423c171395571f9880286190d9cf63da147668;hp=31bb7882fed96956da8677dfb9541989852a1b6a;hpb=51a56b52627e635566253a3fae081c3f466b6bb6;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/build-coverage.c b/tools/ccanlint/tests/build-coverage.c index 31bb788..927cd8b 100644 --- a/tools/ccanlint/tests/build-coverage.c +++ b/tools/ccanlint/tests/build-coverage.c @@ -143,8 +143,8 @@ static void do_compile_coverage_tests(struct manifest *m, } struct ccanlint compile_coverage_tests = { - .key = "compile-coverage-tests", - .name = "Module tests compile with profiling", + .key = "tests_compile_coverage", + .name = "Module tests compile with " COVERAGE_CFLAGS, .check = do_compile_coverage_tests, .can_run = can_run_coverage, };