$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-19 12:46:55
"Rozental, Gennadiy" wrote:
>
> This could not be true. minimal.hpp does not use unit_test_framework.
> Make sure that you don't include boost/test/test_tools.hpp
>
> Gennadiy.
Yep, you were right. I was including "boost/test/test_tools.hpp" in all
the other files that are part of my tests. I just changed it in the
file which contains test_main(). My fault.
Markus