$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-11 04:46:20
Gennadiy Rozental wrote:
>
> > and every test that should pass fails with an error, that the
> > include file <boost/test/cpp_main.cpp> cannot be found.
> boost/test/cpp_main.cpp is not present anymore. You have 2 chooses:
> 1. Delete this line completely and link with libprg_exec_monitor.lib
> 2. substitute boost/test/cpp_main.cpp with
> boost/test/included/prg_exec_monitor.hpp
>
> Second option will work only for single programming unit tests.
I think option 1 would be the way to go but it's up to someone
else to decide this. John?
>
> Gennadiy.
>
> P.S. For backward compatibility for this release I could introduce
> cpp_main.cpp that follow option 2 above. This file will be deprecated in the
> next release.
>
Markus