
21 Oct
2005
21 Oct
'05
4:46 p.m.
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