mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +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"
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user