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 /include/cppunit | |
| parent | 309306237815f3351cebbd276e2a744ebfeecd49 (diff) | |
| download | cppunit-88e86d062d01cd27d81c0bf8d4f54703d3d39de9.tar.gz | |
Updated Makefile.am's to reflect Baptistes file additions and removals.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/Makefile.am | 4 | ||||
| -rw-r--r-- | include/cppunit/extensions/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index 6f187dd..b300459 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -11,4 +11,6 @@ libcppunitinclude_HEADERS = \ TestResult.h \ TestRegistry.h \ TestSuite.h \ - TextTestResult.h + TextTestResult.h \ + TextTestRunner.h + diff --git a/include/cppunit/extensions/Makefile.am b/include/cppunit/extensions/Makefile.am index 9a1bde3..46b50e9 100644 --- a/include/cppunit/extensions/Makefile.am +++ b/include/cppunit/extensions/Makefile.am @@ -10,4 +10,6 @@ libcppunitinclude_HEADERS = \ TestFactoryRegistry.h \ TestSetup.h \ TestSuiteBuilder.h \ - TestSuiteFactory.h + TestSuiteFactory.h \ + TypeInfoHelper.h + |
