[test] spread case over multiple translation units
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
#include
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
participants (1)
-
Jeff Flinn