Skip to content
Snippets Groups Projects
Commit dc1cc703 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3947] Enable unit tests in Jenkins

parent 1fb579f2
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,13 @@ make doc ...@@ -24,13 +24,13 @@ make doc
popd popd
# Run the unit tests for the daemon # Run the unit tests for the daemon
# pushd sflphone-common/test pushd sflphone-common/test
# Remove the previous XML test file # Remove the previous XML test file
# rm -rf $(XML_RESULTS) rm -rf $(XML_RESULTS)
# make check make check
# if at least one test failed, exit # if at least one test failed, exit
# ./test --xml || exit 1 ./test --xml || exit 1
# popd popd
# Compile the client # Compile the client
pushd sflphone-client-gnome pushd sflphone-client-gnome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment