-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Gennadiy Rozental Sent: Friday, July 03, 2009 11:48 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [Boost.Test] [1.38] Automated test suie registration with muti-file-test-modules
Greg Christopher
writes: 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
Since I don't really need to define the name of the master test suite, I will not use BOOST_TEST_MODULE.
As it turns out, that still does not yield a working example. I then have no init_unit_test_suite()
Please post an example and how you build it.
The example is basically the same example that was posted earlier:
Test1.cpp:
#include "stdafx.h"
#define BOOST_TEST_MAIN Yes // Remove this line and we stop working
#include