$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-11-01 18:07:31
> Tried it. The "return test" line completes the creation of the tests, but not their execution. > When that breakpoint is
reached, the tests have not been run, so there is not output.
Ah, right sorry. Not sure if all programs use this, but in boost/test/minimal.hpp
is the 'main' for the program. So you should be able to set the breakpoint
in there.
Jeff