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

[#5513] Make unit tests compile successfully

parent dc1cc703
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ popd ...@@ -26,7 +26,7 @@ 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
......
...@@ -30,9 +30,9 @@ test_SOURCES = \ ...@@ -30,9 +30,9 @@ test_SOURCES = \
instantmessagingtest.h \ instantmessagingtest.h \
instantmessagingtest.cpp \ instantmessagingtest.cpp \
siptest.h \ siptest.h \
siptest.cpp \ siptest.cpp
sdptest.h \ # sdptest.h \
sdptest.cpp # sdptest.cpp
LLIBS=$(CPPUNIT_LIBS) \ LLIBS=$(CPPUNIT_LIBS) \
../src/sflphoned-logger.o \ ../src/sflphoned-logger.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment