diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:56:18 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:56:18 +0000 |
| commit | 0c7fb5f279e56f26a04d6d390150d8b6b456769e (patch) | |
| tree | 6f5782d6360566c566d2fe104b5fb8b18bc29c82 /src/cppunit | |
| parent | 5344c7ed620a32bfd5177fac5eedb026372b6cff (diff) | |
| download | cppunit-0c7fb5f279e56f26a04d6d390150d8b6b456769e.tar.gz | |
Configure.
configure.in: added some makefile.am
* contrib/readme.txt: updated.
* contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by
project cuppa.
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 ad54431..82b2ada 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.27 2002-04-18 09:51:54 blep Exp $ +# $Id: Makefile.am,v 1.28 2002-04-18 09:56:17 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -16,6 +16,7 @@ libcppunit_la_SOURCES = \ Exception.cpp \ NotEqualException.cpp \ RepeatedTest.cpp \ + PlugInManager.cpp \ SourceLine.cpp \ SynchronizedObject.cpp \ Test.cpp \ @@ -27,7 +28,6 @@ libcppunit_la_SOURCES = \ TestLeaf.cpp \ TestPath.cpp \ TestPlugInAdapter.cpp \ - TestPlugInSuite.cpp \ TestResult.cpp \ TestResultCollector.cpp \ TestRunner.cpp \ |
