
8 Feb
2005
8 Feb
'05
2:15 p.m.
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