~mrazik/pbuilderjenkins/unity

« back to all changes in this revision

Viewing changes to hooks/build_hooks/B10runmakecheck

  • Committer: Martin Mrazik
  • Date: 2012-06-14 07:42:31 UTC
  • Revision ID: martin.mrazik@canonical.com-20120614074231-52hei9d7yv1w9ilf
changing to line coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
find tests -name '*.xml' -exec cp '{}' "$RESULT_DIR/" \;
30
30
 
31
31
 
32
 
gcovr --xml -r.. --branch -o "$RESULT_DIR/coverage.xml"
 
32
gcovr --xml -r..  -o "$RESULT_DIR/coverage.xml"
33
33
 
34
34
# Remember the exit status of the unit tests.
35
35
result=$?