From: Leandro Lucarella Date: Wed, 25 Feb 2009 19:00:19 +0000 (-0200) Subject: Use Boost Unit Test Framework MT library X-Git-Url: https://git.llucax.com/software/posixx.git/commitdiff_plain/35eae67e0b7cb23a75128546e47f239e39b83c3d?hp=bbfe1163f7ddc007b7497bb823f794ff7d2018e2 Use Boost Unit Test Framework MT library There is no reason for doing this except that Debian doesn't ship the not MT version any more. --- 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 \