diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-29 13:09:16 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-29 13:09:16 +0000 |
| commit | b08ecaecc1e39b7b01e02b7b73559d8b34ff46a5 (patch) | |
| tree | bf1ed1e3680cb0256e73336e22fb70c692524fcb /src/cppunit/Makefile.am | |
| parent | 5ce1a68589aa3ea4f9ee255cfecc94cc1730c6fa (diff) | |
| download | cppunit-b08ecaecc1e39b7b01e02b7b73559d8b34ff46a5.tar.gz | |
Merged Baptiste Lepilleurs CppUnitW 1.2.
Some differences:
TypeInfo stuff (in TestSuite) compiled in only if USE_TYPEINFO is set.
TestSuite.getTests now returns a const ref instead of taking a ref as param.
Removed auto_ptr stuff from TestFactoryRegistry: auto_ptr cannot be used in
containers.
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index e883bbf..6a663bb 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.1 2001-04-28 18:23:32 bastiaan Exp $ +# $Id: Makefile.am,v 1.2 2001-04-29 14:09:16 bastiaan Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp @@ -9,6 +9,7 @@ cppunitdir=$(includedir)/cppunit lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ + TestAssert.cpp \ TestCase.cpp \ TestSuite.cpp \ TestResult.cpp \ @@ -16,6 +17,9 @@ libcppunit_la_SOURCES = \ TestRegistry.cpp \ Exception.cpp \ TextTestResult.cpp \ + TestFactoryRegistry.cpp \ + TypeInfoHelper.cpp \ + TypeInfoHelper.h \ estring.h libcppunit_la_LDFLAGS= \ |
