$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Test] [1.38] Automated test suie registration with muti-file-test-modules
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-06-23 21:27:10
Steven Watanabe <watanabesj <at> gmail.com> writes:
> Don't #define BOOST_TEST_MODULE in more than
> one translation unit.
This is covered in docs I believe. BOOST_TEST_MODULE has similar effect as
BOOST_TEST_MAIN, but also define the name of the master test suite
Gennadiy