diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-09-19 19:13:31 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-09-19 19:13:31 +0000 |
commit | abe6da3554dd03f04485f2b61152e4dcfcb7a2e6 (patch) | |
tree | 40c64431170bc6919859db58220a3f528e3aa59a /include/cppunit/extensions/HelperMacros.h | |
parent | 9b4c0b32358f07e5476179a661243178a1e7ddfb (diff) | |
download | cppunit-abe6da3554dd03f04485f2b61152e4dcfcb7a2e6.tar.gz |
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.
Diffstat (limited to 'include/cppunit/extensions/HelperMacros.h')
-rw-r--r-- | include/cppunit/extensions/HelperMacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cppunit/Portability.h> -#include <string> #include <cppunit/extensions/AutoRegisterSuite.h> #include <cppunit/extensions/TestSuiteBuilder.h> +#include <string> // The macro __CPPUNIT_SUITE_CTOR_ARGS expand to an expression used to construct // the TestSuiteBuilder with macro CPPUNIT_TEST_SUITE. |