]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/build-coverage.sh
build test for coverage in separate dir.
[lilypond.git] / buildscripts / build-coverage.sh
index 76c59fa16b4bce88d69213df08b52af8185f60ae..42a0c20d83cb293f31848f5995b1201ca4e4dabd 100755 (executable)
@@ -18,10 +18,11 @@ else
   find -name '*.gcda' -exec rm  '{}' ';'
 fi
 
-
+mkdir -p scripts/out-cov/
+touch  scripts/out-cov/midi2ly.1
 make conf=cov -j2 &&  \
-  make conf=cov test-real-clean LILYPOND_JOBS= && \
-  make conf=cov test LILYPOND_JOBS= 
+  make conf=cov test-clean OUT_TEST=testcov LILYPOND_JOBS= && \
+  make conf=cov test OUT_TEST=testcov LILYPOND_JOBS= 
 
 if test "$?" != "0"; then
   tail -100 out-cov/test-run.log