16 Apr
2010
16 Apr
'10
9:16 p.m.
Jeff Flinn wrote:
Is it possible have multiple cpp's linked for a single master test suite? Doing the naive below results int multiply defined symbols linker errror. See below:
suite1.cpp ------------------------------------- #define BOOST_TEST_MAIN #define BOOST_TEST_MODULE Master
Ahh, I see the above should only appear in one translation unit. Thanks, Jeff