Commit 37447429 authored by Rich Prohaska's avatar Rich Prohaska

build the coverage tool addresses #277

git-svn-id: file:///svn/tokudb@1771 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6d1c8625
......@@ -14,7 +14,7 @@ build-coverage:
(cd utils; make clean; make coverage OPTFLAGS="-O0" GCOV_FLAGS="-fprofile-arcs -ftest-coverage")
test-coverage:
(cd newbrt; make -k check DTOOL="")
(cd src/tests; make -k check.tdb VGRIND="")
(cd utils; make -k test-coverage)
(cd cxx/tests; make -k check VGRIND="")
(cd newbrt; $(MAKE) -k check DTOOL="")
(cd src/tests; $(MAKE) -k check.tdb VGRIND="")
(cd utils; $(MAKE) -k test-coverage)
(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