
8 Feb
2006
8 Feb
'06
4:57 p.m.
| 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.
So would BOOST_TEST_MODULE be better named BOOST_TEST_MASTER_SUITE?
(And if no parameter provided, then it is called "Master Test Suite"
But if
BOOST_TEST_MASTER_SUITE "My Test Master Suite"
then called My Test Master Suite
Or am I still confused?
Paul
I prefer shorter names. Test module name is equivalent for the master test suite name. Gennadiy