8 May
2009
8 May
'09
1:18 p.m.
AMDG Gennadiy Rozental wrote:
Steven Watanabe
writes: Nu Ai Tang wrote:
In the documentation from boost 1.38 (in the Unit Test Framework), there is this example if having multiple test suits. (Example follows..) My question is how can this be broken up and placed into different files? For example, the files could be testSuite1.cpp, testSuite2.cpp, and runTheseTestSuite.cpp.
As long as you only define BOOST_TEST_MODULE in one translation unit it should be fine.
But! You can use single header variant of UTF in this case. You'll need to build a library.
s/can/can't/? In Christ, Steven Watanabe