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 /include/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 'include/cppunit/Makefile.am')
| -rw-r--r-- | include/cppunit/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index c5fabc6..6f187dd 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -4,6 +4,7 @@ libcppunitincludedir = $(includedir)/cppunit libcppunitinclude_HEADERS = \ Exception.h \ Test.h \ + TestAssert.h \ TestCaller.h \ TestCase.h \ TestFailure.h \ |
