Home | History | Annotate | Download | only in libxml2

Lines Matching refs:lcov

1262 # Both binaries comes from the lcov package in Fedora
1264 LCOV = /usr/bin/lcov
1270 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \
1271 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi
1275 $(LCOV) -c -o $(top_builddir)/coverage/libxml2.info.tmp -d $(top_srcdir)
1276 $(LCOV) -r $(top_builddir)/coverage/libxml2.info.tmp -o $(top_builddir)/coverage/libxml2.info *usr*