[#5513] Make unit tests compile successfully

This commit is contained in:
Emmanuel Milou
2011-04-07 15:23:26 -04:00
parent dc1cc703d9
commit 50aabfba0e
2 changed files with 4 additions and 4 deletions

View File

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