Searched refs:LCOV (Results 1 – 6 of 6) sorted by relevance
13 …rep "\\.\\.:" WORKING_DIRECTORY "${PROJECT_BINARY_DIR}" COMMENT "Generate LCOV HTML report" VERBAT…
824 $(LCOV) $(coverage_quiet) \831 $(LCOV) $(coverage_quiet) \839 $(LCOV) $(coverage_quiet) \857 -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
1008 AC_ARG_VAR([LCOV],[the ltp lcov program])1009 AC_PATH_PROG([LCOV],[lcov],[false])1010 if test "x$LCOV" = "xfalse"; then
789 LCOV = @LCOV@3225 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \3232 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \3240 @WITH_GCOV_TRUE@ $(LCOV) $(coverage_quiet) \3258 @WITH_GCOV_TRUE@ -$(LCOV) $(coverage_quiet) --zerocounters --directory $(top_builddir)
1588 LCOV the ltp lcov program19421 case $LCOV in19423 ac_cv_path_LCOV="$LCOV" # Let the user override the test with a path.19445 LCOV=$ac_cv_path_LCOV19446 if test -n "$LCOV"; then19447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LCOV" >&519448 $as_echo "$LCOV" >&6; }19455 if test "x$LCOV" = "xfalse"; then
1260 LCOV = /usr/bin/lcov macro1266 if [ ! -x $(LCOV) -o ! -x $(GENHTML) ] ; then \1267 echo Need $(LCOV) and $(GENHTML) excecutables; exit 1 ; fi1271 $(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*