$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [UTF] Provide a custom init_unit_test
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2010-01-29 05:34:37
Ahmed Badran <ahmed.badran <at> gmail.com> writes:
>
> Hi,
>
> I have a single test module (defined via BOOST_TEST_MODULE), then multiple
test suites, each defined in
> its own .cpp file and I am using a single header variant of the unit test
framework.
You can't use single header variant of UTF with multi-file test modules. You
need to use either one of the other.
Gennadiy.