Added option (#define CAPTURE_STDERR)

if set then the DebugTrace calls only for failing tests are shown
This commit is contained in:
Dmitry Panin
2013-11-19 02:41:30 +04:00
parent 6294bb1eed
commit 6c41e5c92c
7 changed files with 63 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "../include/OutputCapturer.h"
std::ostringstream OutputCapturer::stream;