diff options
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 6 | ||||
| -rw-r--r-- | src/cppunit/TestCase.cpp | 14 | ||||
| -rw-r--r-- | src/cppunit/cppunit.dsp | 4 | ||||
| -rw-r--r-- | src/cppunit/cppunit_dll.dsp | 4 |
4 files changed, 10 insertions, 18 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 748f415..a8112d1 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,8 +1,8 @@ # -# $Id: Makefile.am,v 1.17 2002-03-24 19:39:55 blep Exp $ +# $Id: Makefile.am,v 1.18 2002-03-25 22:35:34 blep Exp $ # -EXTRA_DIST = cppunit.dsw cppunit.dsp +EXTRA_DIST = cppunit.dsw cppunit.dsp cppunit_dll.dsp DllMain.cpp INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la @@ -10,7 +10,6 @@ lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ Asserter.cpp \ CompilerOutputter.cpp \ - DllMain.cpp \ Exception.cpp \ NotEqualException.cpp \ RepeatedTest.cpp \ @@ -21,7 +20,6 @@ libcppunit_la_SOURCES = \ TestFactoryRegistry.cpp \ TestFailure.cpp \ TestResult.cpp \ - TestRegistry.cpp \ TestResultCollector.cpp \ TestSetUp.cpp \ TestSucessListener.cpp \ diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index 8f5494a..b2edb90 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -115,20 +115,6 @@ TestCase::getName() const } -/// A hook for fixture set up -void -TestCase::setUp() -{ -} - - -/// A hook for fixture tear down -void -TestCase::tearDown() -{ -} - - /// Returns the name of the test case instance std::string TestCase::toString() const diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 87bd078..3110428 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -250,6 +250,10 @@ SOURCE=..\..\include\cppunit\TestFailure.h # End Source File # Begin Source File +SOURCE=..\..\include\cppunit\TestFixture.h +# End Source File +# Begin Source File + SOURCE=..\..\include\cppunit\TestListener.h # End Source File # Begin Source File diff --git a/src/cppunit/cppunit_dll.dsp b/src/cppunit/cppunit_dll.dsp index 8053a59..3bbccc7 100644 --- a/src/cppunit/cppunit_dll.dsp +++ b/src/cppunit/cppunit_dll.dsp @@ -234,6 +234,10 @@ SOURCE=..\..\include\cppunit\TestFailure.h # End Source File # Begin Source File +SOURCE=..\..\include\cppunit\TestFixture.h +# End Source File +# Begin Source File + SOURCE=..\..\include\cppunit\TestListener.h # End Source File # Begin Source File |
