
21 Dec
2008
21 Dec
'08
9:10 p.m.
On 2008-12-19, Gennadiy Rozental
Georg Sauthoff
writes: Yes, from the documentation I don't see how to do multiple translation units/testsuites and linking against utf library.
I basically tried this: //a.cc #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE a
Thus, the question is: How to do it right?
You need to define BOOST_TEST_MODULE only in one translation unit in test module. I believe it's covered in documentation.
Thanks! Defining BOOST_TEST_MODULE multiple times was the problem - now it works like expected. Best regards Georg Sauthoff