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
# 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
......
......@@ -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 \
......
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