summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/CppunitTest_tools_test.mk1
-rw-r--r--tools/qa/cppunit/test_fract.cxx (renamed from tools/test/tests.cxx)9
2 files changed, 1 insertions, 9 deletions
diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk
index bd514b516517..58baeb5b0496 100644
--- a/tools/CppunitTest_tools_test.mk
+++ b/tools/CppunitTest_tools_test.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
tools/qa/cppunit/test_bigint \
+ tools/qa/cppunit/test_fract \
tools/qa/cppunit/test_inetmime \
tools/qa/cppunit/test_pathutils \
tools/qa/cppunit/test_reversemap \
diff --git a/tools/test/tests.cxx b/tools/qa/cppunit/test_fract.cxx
index 5e848c492cca..bcc6ad2e7aa5 100644
--- a/tools/test/tests.cxx
+++ b/tools/qa/cppunit/test_fract.cxx
@@ -31,13 +31,6 @@ namespace tools
class FractionTest : public CppUnit::TestFixture
{
public:
- void setUp()
- {
- }
-
- void tearDown()
- {
- }
void testFraction()
{
@@ -106,6 +99,4 @@ public:
CPPUNIT_TEST_SUITE_REGISTRATION(FractionTest);
} // namespace tools
-CPPUNIT_PLUGIN_IMPLEMENT();
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */