diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-05-25 08:29:07 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-05-25 08:29:07 +0000 |
| commit | b87cde884d03091d81e4d3fa2199155e152dda80 (patch) | |
| tree | 3a604be990b308ff85e2071116c4e1cc9fae74e1 /src/cppunit/Makefile.am | |
| parent | 5ad4640702a80078748b38ebaeda37e69dce1189 (diff) | |
| download | cppunit-b87cde884d03091d81e4d3fa2199155e152dda80.tar.gz | |
Include/cppunit/extensions/TestSuiteBuilder.
include/cppunit/extensions/TestSuiteBuilder.h: updated to use TestNamer. Removed
template method addTestCallerForException() which should solve the compilation
issue with Sun 5.0/6.0 compiler.
* include/cppunit/extensions/HelperMacros.h: updated against TestSuiteBuilder
change. Added CPPUNIT_TEST_CUSTOM and CPPUNIT_TEST_CUSTOMS to add custom
tests to the fixture suite.
* include/cppunit/extensions/TestNamer.h:
* src/cppunit/TestNamer.cpp: added, TestNamer to name test case and fixture.
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 965ad3c..c0a45f7 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.31 2002-05-23 18:38:39 blep Exp $ +# $Id: Makefile.am,v 1.32 2002-05-25 09:27:39 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -27,6 +27,7 @@ libcppunit_la_SOURCES = \ TestFactoryRegistry.cpp \ TestFailure.cpp \ TestLeaf.cpp \ + TestNamer.cpp \ TestPath.cpp \ TestPlugInAdapter.cpp \ TestResult.cpp \ |
