Simplify coverage rules

This works just fine, no need for the manual removal of the
info file.
This commit is contained in:
Matthias Clasen 2013-12-21 16:16:16 -05:00
parent a5d8209d75
commit 8669f2c915

View File

@ -59,9 +59,7 @@ genlcov:
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
lcov-clean:
$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z; \
rm -rf glib-lcov.info glib-lcov; \
find -name '*.gcda' -print | xargs rm
$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z
# run tests in cwd as part of make check
check-local: test-nonrecursive