]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cppunit.h
Added release dates where I could find them
[wxWidgets.git] / include / wx / cppunit.h
index dbdae16f4ac1e2e3deefe07f380a8f56aff1ae22..756ecfa1185ce6484905ca037a96a679ea3a1d5c 100644 (file)
 #ifdef __BORLANDC__
     #pragma warn -8022
 #endif
+///////////////////////////////////////////////////////////////////////////////
+// Set the default format for the errors, which can be used by an IDE to jump
+// to the error location. This default gets overridden by the cppunit headers
+// for some compilers (e.g. VC++).
+
+#ifndef CPPUNIT_COMPILER_LOCATION_FORMAT 
+    #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p:%l:"
+#endif
 
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -38,6 +47,7 @@
 #include <cppunit/ui/text/TestRunner.h>
 #include <cppunit/TestCase.h>
 #include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/CompilerOutputter.h>
 #include "wx/afterstd.h"