diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-19 16:41:03 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-19 16:41:03 +0000 |
| commit | 88e86d062d01cd27d81c0bf8d4f54703d3d39de9 (patch) | |
| tree | 86095278ac5a098cc6eb811fb32c2cdbccb660cc /src/cppunit | |
| parent | 309306237815f3351cebbd276e2a744ebfeecd49 (diff) | |
| download | cppunit-88e86d062d01cd27d81c0bf8d4f54703d3d39de9.tar.gz | |
Updated Makefile.am's to reflect Baptistes file additions and removals.
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 0e54067..6245424 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.3 2001-05-17 20:24:46 bastiaan Exp $ +# $Id: Makefile.am,v 1.4 2001-05-19 17:41:03 bastiaan Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp @@ -16,9 +16,9 @@ libcppunit_la_SOURCES = \ TestRegistry.cpp \ Exception.cpp \ TextTestResult.cpp \ + TextTestRunner.cpp \ TestFactoryRegistry.cpp \ TypeInfoHelper.cpp \ - TypeInfoHelper.h \ estring.h libcppunit_la_LDFLAGS= \ |
