$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-10-21 11:46:28
> When using boost/test/minimal.hpp, it doesn't respond to the presence
> of --catch_system_errors=no, which makes it unreasonably difficult to
> debug problems on Windows. All I get is an exception caught by the
> test library, with all of the info about the real cause of the error
> lost, which is absolutely unhelpful. It seems to me that the minimal
> configuration ought to at least be useful for writing and debugging
> simple test cases.
Minimal testing facility doesn't process any CLA. Execution monitor by
default catches all the errors (which I think reasonable default). If you
prefer more customization use different component. Easiest substitution
would be:
boost/test/included/test_exec_monitor.hpp
Gennadiy