1 Nov
2002
1 Nov
'02
11:07 p.m.
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