
19 Jun
2009
19 Jun
'09
12:37 p.m.
Ilya Sokolov skrev:
Thorsten Ottosen wrote:
Hi,
The current difinition of BOOST_ASSERT is a pain to use with the debugger and Boost.Test because it doesn't trigger a break-point.
Use --catch_system_errors=no on the command line or testing.arg="--catch_system_errors=no" if you are using Boost.Build.
yeah, but it is pain to do this all the time. It's a good default for Boost's regression testing, but a poor default for ordinary unit-testing. -Thorsten