Commit f62ff656 authored by Rich Prohaska's avatar Rich Prohaska

make test-coverage addresses #277

git-svn-id: file:///svn/tokudb@1772 c7de825b-a66e-492c-adef-691d508d4ae1
parent 37447429
......@@ -13,8 +13,12 @@ build-coverage:
for d in $(SRCDIRS); do (cd $$d; $(MAKE) -k OPTFLAGS="-O0" GCOV_FLAGS="-fprofile-arcs -ftest-coverage"); done
(cd utils; make clean; make coverage OPTFLAGS="-O0" GCOV_FLAGS="-fprofile-arcs -ftest-coverage")
test-coverage:
test-coverage: test-coverage-newbrt test-coverage-src-tests test-coverage-utils test-coverage-cxx-tests
test-coverage-newbrt:
(cd newbrt; $(MAKE) -k check DTOOL="")
test-coverage-src-tests:
(cd src/tests; $(MAKE) -k check.tdb VGRIND="")
test-coverage-utils:
(cd utils; $(MAKE) -k test-coverage)
test-coverage-cxx-tests:
(cd cxx/tests; $(MAKE) -k check VGRIND="")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment