summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 5c99f479..721651e3 100755
--- a/run/tests
+++ b/run/tests
@@ -97,4 +97,10 @@ fi
# and check that they are right
$dcpinfo -s $private/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMPTE_OV >> $work/jah.log
+# Calculate coverage
+cd build
+gcovr --root=$(pwd) --keep
+lcov --capture --directory $(pwd) --base-directory $(pwd) --output-file test/coverage.info
+genhtml test/coverage.info --output-directory test/coverage
+
echo "PASS"