From 35eae67e0b7cb23a75128546e47f239e39b83c3d Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 25 Feb 2009 17:00:19 -0200 Subject: [PATCH 1/1] 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. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0