From d9bd461b9a842732c4f2aef5939d1123e7d82471 Mon Sep 17 00:00:00 2001 From: Wilhelm Pflueger Date: Tue, 22 Feb 2011 22:33:33 +0100 Subject: Reanimated test sal/qa/rtl/alloc This was an easy hack. Signed-off-by: Wilhelm Pflueger --- sal/qa/rtl/alloc/rtl_alloc.cxx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'sal/qa/rtl/alloc') diff --git a/sal/qa/rtl/alloc/rtl_alloc.cxx b/sal/qa/rtl/alloc/rtl_alloc.cxx index d0e71c65f129..24dc3b453687 100644 --- a/sal/qa/rtl/alloc/rtl_alloc.cxx +++ b/sal/qa/rtl/alloc/rtl_alloc.cxx @@ -32,7 +32,12 @@ // autogenerated file with codegen.pl #include -#include +#include +#include +#include + +#include +#define t_print printf namespace rtl_alloc { @@ -167,8 +172,8 @@ public: }; // class test // ----------------------------------------------------------------------------- -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_alloc::Memory, "rtl_alloc"); -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_alloc::ZeroMemory, "rtl_alloc"); +CPPUNIT_TEST_SUITE_REGISTRATION(rtl_alloc::Memory); +CPPUNIT_TEST_SUITE_REGISTRATION(rtl_alloc::ZeroMemory); } // namespace rtl_alloc @@ -176,6 +181,6 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_alloc::ZeroMemory, "rtl_alloc"); // this macro creates an empty function, which will called by the RegisterAllFunctions() // to let the user the possibility to also register some functions by hand. -NOADDITIONAL; +CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit