X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fbuild-coverage.c;h=55eca373dc0ca44d63bd87c8cb3506c7d16fe29e;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=927cd8b077dbaf813af63e5f7f696421096e0652;hpb=f9423c171395571f9880286190d9cf63da147668;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/build-coverage.c b/tools/ccanlint/tests/build-coverage.c index 927cd8b..55eca37 100644 --- a/tools/ccanlint/tests/build-coverage.c +++ b/tools/ccanlint/tests/build-coverage.c @@ -147,6 +147,7 @@ struct ccanlint compile_coverage_tests = { .name = "Module tests compile with " COVERAGE_CFLAGS, .check = do_compile_coverage_tests, .can_run = can_run_coverage, + .needs = "tests_compile" }; -REGISTER_TEST(compile_coverage_tests, &compile_tests, NULL); +REGISTER_TEST(compile_coverage_tests);