X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/3e4bff1a7e8e2d1f1ecb0f04440946b5eb78a591..67c511b36d56c5042cef47d84a5f91e24f3fcbe5:/test/Makefile?ds=sidebyside diff --git a/test/Makefile b/test/Makefile index 9e9ad9f..7f8519a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ 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 \