
8 Feb
2006
8 Feb
'06
3:05 p.m.
For me, BOOST_TEST_MAIN sounds like one is defining a "main" function. I guess this relates to the naming issue we discussed earlier. I saw your posting about BOOST_TEST_MODULE, which sounds better.
BOOST_TEST_MAIN mark one of the files as main in multifiles test module. But it does not affect the master test suite name. BOOST_TEST_MODULE names master test suite and also enforce BOOST_TEST_MAIN since only one "main" file could name the master test suite. Gennadiy