]> git.llucax.com Git - software/posixx.git/blobdiff - test/Makefile
Rename tipc::event to tipc::subscr_event
[software/posixx.git] / test / Makefile
index c6f2a22900ce0f61ea3f98c8069de332acfa3630..7f8519a719bed6450943c833e301021d93fb2a0b 100644 (file)
@@ -1,11 +1,11 @@
 
 LOCAL_CFLAGS = -std=c++98 -Wall -pedantic -Iinclude
-LOCAL_LDFLAGS = -lboost_unit_test_framework
+LOCAL_LDFLAGS = -lboost_unit_test_framework-mt
 
 TESTPRG = test_suite
 TESTCMD = ./$(TESTPRG) --detect_memory_leak=1 --report_level=short \
-#              --build_info=yes --log_level=test_suite \
-#              | grep -v "Entering test case " | grep -v "Leaving test case"
+               #--build_info=yes --log_level=test_suite \
+               #| grep -v "Entering test case " | grep -v "Leaving test case"
 
 VALGRIND = valgrind --tool=memcheck --leak-check=yes --db-attach=no \
                --num-callers=24 --leak-resolution=high --track-fds=yes \