X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/fc84bcdd047461660433cba82c839a1f23dde5cc..808b1eca4692bb7d76270d992e1c62f4df85939f:/test/Makefile?ds=sidebyside diff --git a/test/Makefile b/test/Makefile index c6f2a22..7f8519a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 \