mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#5513] Make unit tests compile successfully
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user