X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Frun-coverage.c;h=9e9769907b90b3ed3649d6d680d23ae86c3d3814;hb=982539059656e4bbe6684e281140b3bb723deaa8;hp=74247e32ac83f4c685551222adf6bd1688935d99;hpb=a200e1ad1cf5a4828ea4e4e222838ddad5a4a9a3;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/run-coverage.c b/tools/ccanlint/tests/run-coverage.c index 74247e3..9e97699 100644 --- a/tools/ccanlint/tests/run-coverage.c +++ b/tools/ccanlint/tests/run-coverage.c @@ -14,7 +14,6 @@ #include #include #include -#include "build-coverage.h" struct coverage_result { float uncovered; @@ -118,7 +117,6 @@ static void *do_run_coverage_tests(struct manifest *m, return res; } covcmd = talloc_asprintf_append(covcmd, " %s", i->name); - move_gcov_turd(olddir, i, ".gcda"); } list_for_each(&m->api_tests, i, list) { @@ -129,7 +127,6 @@ static void *do_run_coverage_tests(struct manifest *m, return res; } covcmd = talloc_asprintf_append(covcmd, " %s", i->name); - move_gcov_turd(olddir, i, ".gcda"); } /* Now run gcov: we want output even if it succeeds. */