summaryrefslogtreecommitdiff
path: root/examples/cppunittest
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2001-09-19 19:13:31 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2001-09-19 19:13:31 +0000
commitabe6da3554dd03f04485f2b61152e4dcfcb7a2e6 (patch)
tree40c64431170bc6919859db58220a3f528e3aa59a /examples/cppunittest
parent9b4c0b32358f07e5476179a661243178a1e7ddfb (diff)
downloadcppunit-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/cppunittest')
-rw-r--r--examples/cppunittest/Makefile.am2
1 files changed, 2 insertions, 0 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 \