From 50aabfba0e6633e91c9c32aa83ac741c9eed72bb Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Thu, 7 Apr 2011 15:23:26 -0400 Subject: [PATCH] [#5513] Make unit tests compile successfully --- hudson-sflphone-script.sh | 2 +- sflphone-common/test/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh index a33388752e..d0a5e4f790 100755 --- a/hudson-sflphone-script.sh +++ b/hudson-sflphone-script.sh @@ -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 diff --git a/sflphone-common/test/Makefile.am b/sflphone-common/test/Makefile.am index b1359f3b60..0abd6c05a9 100644 --- a/sflphone-common/test/Makefile.am +++ b/sflphone-common/test/Makefile.am @@ -30,9 +30,9 @@ test_SOURCES = \ instantmessagingtest.h \ instantmessagingtest.cpp \ siptest.h \ - siptest.cpp \ - sdptest.h \ - sdptest.cpp + siptest.cpp + # sdptest.h \ + # sdptest.cpp LLIBS=$(CPPUNIT_LIBS) \ ../src/sflphoned-logger.o \ -- GitLab