[#3947] Enable unit tests in Jenkins

This commit is contained in:
Emmanuel Milou
2011-04-07 15:00:43 -04:00
parent 1fb579f214
commit dc1cc703d9

View File

@ -24,13 +24,13 @@ make doc
popd
# Run the unit tests for the daemon
# pushd sflphone-common/test
pushd sflphone-common/test
# Remove the previous XML test file
# rm -rf $(XML_RESULTS)
# make check
rm -rf $(XML_RESULTS)
make check
# if at least one test failed, exit
# ./test --xml || exit 1
# popd
./test --xml || exit 1
popd
# Compile the client
pushd sflphone-client-gnome