mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
Simplify coverage rules
This works just fine, no need for the manual removal of the info file.
This commit is contained in:
parent
a5d8209d75
commit
8669f2c915
4
glib.mk
4
glib.mk
@ -59,9 +59,7 @@ genlcov:
|
|||||||
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
|
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
|
||||||
|
|
||||||
lcov-clean:
|
lcov-clean:
|
||||||
$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z; \
|
$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z
|
||||||
rm -rf glib-lcov.info glib-lcov; \
|
|
||||||
find -name '*.gcda' -print | xargs rm
|
|
||||||
|
|
||||||
# run tests in cwd as part of make check
|
# run tests in cwd as part of make check
|
||||||
check-local: test-nonrecursive
|
check-local: test-nonrecursive
|
||||||
|
Loading…
Reference in New Issue
Block a user