Home | History | Annotate | Download | only in config

Lines Matching refs:coverage

446 coverage:
447 @echo "Building with support for coverage checking:"
449 $(MAKE) all CFLAGS="$(CFLAGS) -O0 -pg -fprofile-arcs -ftest-coverage" LIBS="$(LIBS) -lgcov"