diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-28 21:20:52 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-28 21:20:52 +0000 |
| commit | edf9c347bd42b7940d39dd70049fb9895d3a3c5a (patch) | |
| tree | a7cc6c6c82375385c16aa2d19aec7f534a3e8614 /src/cppunit/Makefile.am | |
| parent | 878a1e56ef0858e44310e48fa21781c13a2c0b53 (diff) | |
| download | cppunit-edf9c347bd42b7940d39dd70049fb9895d3a3c5a.tar.gz | |
Include/cppunit/Portability.
include/cppunit/Portability.h: added CPPUNIT_STATIC_CAST.
* include/cppunit/extensions/TestFixtureFactory.h: extracted from
HelperMacros.h. Added template class ConcretTestFixtureFactory.
* include/cppunit/extensions/TestSuiteBuilderContext.h:
* src/cppunit/TestSuiteBuilderContext.cpp: added. Context used
to add test case to the fixture suite. Prevent future
compatibility break for custom test API.
* include/cppunit/extensions/HelperMacros.h: mostly rewritten. No
longer use TestSuiteBuilder. Added support for abstract test fixture
through macro CPPUNIT_TEST_SUITE_END_ABSTRACT. Made custom test API
easier to use.
* examples/cppunittest/HelperMacrosTest.h:
* examples/cppunittest/HelperMacrosTest.cpp: updated against
HelperMacros.h changes.
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 909d061..5d6703c 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.41 2002-08-27 22:00:54 blep Exp $ +# $Id: Makefile.am,v 1.42 2002-08-28 22:20:52 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -47,6 +47,7 @@ libcppunit_la_SOURCES = \ TestSetUp.cpp \ TestSuccessListener.cpp \ TestSuite.cpp \ + TestSuiteBuilderContext.cpp \ TextOutputter.cpp \ TextTestProgressListener.cpp \ TextTestResult.cpp \ |
