summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 721651e3..a9b57ad8 100755
--- a/run/tests
+++ b/run/tests
@@ -101,6 +101,7 @@ $dcpinfo -s $private/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMP
cd build
gcovr --root=$(pwd) --keep
lcov --capture --directory $(pwd) --base-directory $(pwd) --output-file test/coverage.info
+lcov --remove test/coverage.info "/usr*" -o test/coverage.info
genhtml test/coverage.info --output-directory test/coverage
echo "PASS"