|
Boost Testing : |
From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2005-04-02 09:33:34
Victor A. Wagner Jr. wrote:
> (it's a shame we can't capture assert
> failure text and get it in the logs), until I saw Laru's was passing.
We can. All it takes is the willingness to put some VC-specific code into
the test harness. See my previous message at
http://article.gmane.org/gmane.comp.lib.boost.testing/509
some day when I have time to look into the debugger angle I'm also going to
look into doing some code injection into the debugee to forcibly call
_set_error_mode so that CRT errors and assertions are written to stdout
instead of a message box. That should make the automated testing process a
lot more plesant.
-cd