$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Test] [1.38] Automated test suite registration with muti-file-test-modules
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-08-01 17:49:08
Greg Christopher wrote:
> #include <boost/test/execution_monitor.hpp>
> #include <boost/test/unit_test.hpp>
>
> #define BOOST_TEST_MODULE Yeah
You obviously need to define the symbol *before* include, not after.
Gennadiy