diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:34:52 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 08:34:52 +0000 |
commit | 0780ab42fae50562f1d579f135b68b8744173730 (patch) | |
tree | 530afad475ea44089cf7963106fa23a543bb8a64 /include/cppunit/extensions/HelperMacros.h | |
parent | 43eda14fc2e475d09b1d514c82aad4c54652b631 (diff) | |
download | cppunit-0780ab42fae50562f1d579f135b68b8744173730.tar.gz |
Configure.
configure.in: added some makefile.am
* contrib/readme.txt: updated.
* contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by
project cuppa.
Diffstat (limited to 'include/cppunit/extensions/HelperMacros.h')
-rw-r--r-- | include/cppunit/extensions/HelperMacros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppunit/extensions/HelperMacros.h b/include/cppunit/extensions/HelperMacros.h index e8dfbef..65f3e5c 100644 --- a/include/cppunit/extensions/HelperMacros.h +++ b/include/cppunit/extensions/HelperMacros.h @@ -352,7 +352,7 @@ namespace CppUnit */ #define CPPUNIT_REGISTRY_ADD( which, to ) \ static CppUnit::AutoRegisterRegistry \ - CPPUNIT_MAKE_UNIQUE_NAME( __autoRegisterRegistry)( which, to ) + CPPUNIT_MAKE_UNIQUE_NAME( __autoRegisterRegistry )( which, to ) /*! Adds that the specified registry suite to the default registry suite. * \ingroup CreatingTestSuite @@ -365,7 +365,7 @@ namespace CppUnit */ #define CPPUNIT_REGISTRY_ADD_TO_DEFAULT( which ) \ static CppUnit::AutoRegisterRegistry \ - CPPUNIT_MAKE_UNIQUE_NAME( __autoRegisterRegistry)( which ) + CPPUNIT_MAKE_UNIQUE_NAME( __autoRegisterRegistry )( which ) // Backwards compatibility // (Not tested!) |