
4 Jan
2008
4 Jan
'08
2:25 p.m.
<jerome.wacongne <at> fxoverlay.com> writes:
what I did : - a first test file using helper macros to test a class (works fine alone) : #define BOOST_TEST_MAIN ...
- add a second test file using helper macros to test an other class (compilation is OK, link KO) : #define BOOST_TEST_MAIN
... BOOST_TEST_MAIN have to be defined in one of your test files only.
I have edited unit_test_suite.hpp to add inline decalration to
Undo this. HTH, Gennadiy