Skip to content
Snippets Groups Projects
Commit 0625d2ca authored by Alexandre Savard's avatar Alexandre Savard
Browse files
parents aa7b6967 4f41660d
Branches
Tags
No related merge requests found
......@@ -4,6 +4,8 @@
#
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
XML_RESULTS="cppunitresults.xml"
set -x
# Compile the daemon
......@@ -23,6 +25,8 @@ popd
# Run the unit tests for the daemon
pushd sflphone-common/test
# Remove the previous XML test file
rm -rf $(XML_RESULTS)
make check
# if at least one test failed, exit
./test --xml || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment