From abe6da3554dd03f04485f2b61152e4dcfcb7a2e6 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 19 Sep 2001 19:13:31 +0000 Subject: Examples/cppunittest/makefile. examples/cppunittest/makefile.am : added TestSetupTest.(cpp/h) * examples/examples.dsw: removed some unnecessary dependencies. * examples/msvc6/HostApp/HostApp.dsp: fixed release configuration * src/msvc6/DSPlugIn/DSPlugIn.dsp: fixed release configuration, and disabled the custom build command that does not work. * include/cppunit/extensions/HelperMacros.h: reordered header to remove some warning with VC++. * INSTALL-WIN32.txt : detailed what was in each project. Added a FAQ about the failing test case in cppunittest. --- include/cppunit/extensions/HelperMacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit') diff --git a/include/cppunit/extensions/HelperMacros.h b/include/cppunit/extensions/HelperMacros.h index 21d3340..495f97c 100644 --- a/include/cppunit/extensions/HelperMacros.h +++ b/include/cppunit/extensions/HelperMacros.h @@ -7,9 +7,9 @@ #define CPPUNIT_EXTENSIONS_HELPERMACROS_H #include -#include #include #include +#include // The macro __CPPUNIT_SUITE_CTOR_ARGS expand to an expression used to construct // the TestSuiteBuilder with macro CPPUNIT_TEST_SUITE. -- cgit v1.2.1