$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-02-08 10:05:15
> 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