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 /examples | |
| 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 'examples')
| -rw-r--r-- | examples/cppunittest/Makefile.am | 2 | ||||
| -rw-r--r-- | examples/examples.dsw | 12 | ||||
| -rw-r--r-- | examples/msvc6/HostApp/HostApp.dsp | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am index 267d238..080c7c4 100644 --- a/examples/cppunittest/Makefile.am +++ b/examples/cppunittest/Makefile.am @@ -41,6 +41,8 @@ cppunittestmain_SOURCES = \ TestFailureTest.h \ TestResultTest.cpp \ TestResultTest.h \ + TestSetUpTest.cpp \ + TestSetUpTest.h \ TestSuiteTest.cpp \ TestSuiteTest.h \ TrackedTestCase.cpp \ diff --git a/examples/examples.dsw b/examples/examples.dsw index 6576808..63e604b 100644 --- a/examples/examples.dsw +++ b/examples/examples.dsw @@ -12,14 +12,8 @@ Package=<5> Package=<4> {{{ Begin Project Dependency - Project_Dep_Name cppunit - End Project Dependency - Begin Project Dependency Project_Dep_Name TestRunner End Project Dependency - Begin Project Dependency - Project_Dep_Name DSPlugIn - End Project Dependency }}} ############################################################################### @@ -62,12 +56,6 @@ Package=<4> Begin Project Dependency Project_Dep_Name TestRunner End Project Dependency - Begin Project Dependency - Project_Dep_Name cppunit - End Project Dependency - Begin Project Dependency - Project_Dep_Name DSPlugIn - End Project Dependency }}} ############################################################################### diff --git a/examples/msvc6/HostApp/HostApp.dsp b/examples/msvc6/HostApp/HostApp.dsp index 7e7de59..d48cbaf 100644 --- a/examples/msvc6/HostApp/HostApp.dsp +++ b/examples/msvc6/HostApp/HostApp.dsp @@ -54,7 +54,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 -# ADD LINK32 ..\..\..\lib\cppunit.lib ..\..\..\lib\testrunner.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 ../../../Lib/cppunit.lib ../../../Lib/testrunner.lib /nologo /subsystem:windows /machine:I386 # Begin Special Build Tool SOURCE="$(InputPath)" PreLink_Cmds=copy ..\..\..\lib\testrunner.dll Release |
