$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (dgregor_at_[hidden])
Date: 2005-02-08 09:15:03
On Feb 8, 2005, at 7:32 AM, Stefan Slapeta wrote:
> Hi all,
>
> there are a few cases where I didn't touch the code when replacing
> BOOST_TEST. One of them is the subgraph test, as there occurs a
> slightly different problem:
>
> It seems to me that this code worked so far:
>
> // ...cpp file
> #include <boost/test/minimal.hpp>
>
> // ...some header file
> #include <boost/test/test_tools.hpp>
The header file needs to change, to include boost/test/minimal.hpp
instead.
Doug