Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## GNU find specific.
- find . -name '*.gcda' -delete
- ## Don't run under valgrind even if configure was run by hand.
- $(MAKE) $(AM_MAKEFLAGS) check VALGRIND=
- rm -f xapian-core.lcov
- lcov --capture -d . --quiet --rc 'lcov_branch_coverage=1' --no-external -o xapian-core.lcov
- rm -rf lcov
- genhtml --demangle-cpp --branch-coverage $(GENHTML_ARGS) -q -p "`pwd`" -t "Test Coverage for xapian-core `git log -n1 --abbrev-commit --format=%h`" -o lcov xapian-core.lcov
Add Comment
Please, Sign In to add comment