summaryrefslogtreecommitdiff
path: root/include/cppunit/extensions/Makefile.am
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-29 13:09:16 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-29 13:09:16 +0000
commitb08ecaecc1e39b7b01e02b7b73559d8b34ff46a5 (patch)
treebf1ed1e3680cb0256e73336e22fb70c692524fcb /include/cppunit/extensions/Makefile.am
parent5ce1a68589aa3ea4f9ee255cfecc94cc1730c6fa (diff)
downloadcppunit-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 'include/cppunit/extensions/Makefile.am')
-rw-r--r--include/cppunit/extensions/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/cppunit/extensions/Makefile.am b/include/cppunit/extensions/Makefile.am
index 1388d9d..1173df7 100644
--- a/include/cppunit/extensions/Makefile.am
+++ b/include/cppunit/extensions/Makefile.am
@@ -1,7 +1,13 @@
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
+ AbstractTestFactory.h \
+ AutoRegisterSuite.h \
+ HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
TestDecorator.h \
- TestSetup.h
+ TestFactoryRegistry.h \
+ TestSetup.h \
+ TestSuiteBuilder.h \
+ TestSuiteFactory.h