diff options
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 8b239de..3675c00 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.19 2002-03-28 15:47:08 blep Exp $ +# $Id: Makefile.am,v 1.20 2002-04-12 19:28:47 blep Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -15,19 +15,25 @@ libcppunit_la_SOURCES = \ RepeatedTest.cpp \ SourceLine.cpp \ SynchronizedObject.cpp \ + Test.cpp \ TestAssert.cpp \ TestCase.cpp \ + TestComposite.cpp \ TestFactoryRegistry.cpp \ TestFailure.cpp \ + TestLeaf.cpp \ + TestPath.cpp \ TestResult.cpp \ TestResultCollector.cpp \ TestRunner.cpp \ TestSetUp.cpp \ TestSucessListener.cpp \ TestSuite.cpp \ + TestTest.cpp \ TextOutputter.cpp \ TextTestProgressListener.cpp \ TextTestResult.cpp \ + TextTestRunner.cpp \ TypeInfoHelper.cpp \ XmlOutputter.cpp |
