Home | History | Annotate | Download | only in libxml2

Lines Matching refs:lcov

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