]> git.llucax.com Git - software/posixx.git/commitdiff
Use Boost Unit Test Framework MT library
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 25 Feb 2009 19:00:19 +0000 (17:00 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 27 Feb 2009 18:46:14 +0000 (16:46 -0200)
There is no reason for doing this except that Debian doesn't ship the not
MT version any more.

test/Makefile

index 9e9ad9fce66ae6593cfeafde2793964ceb4feba4..7f8519a719bed6450943c833e301021d93fb2a0b 100644 (file)
@@ -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 \