diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-21 20:44:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-21 21:49:42 +0200 |
commit | d2a4e7c7f70a0ff0769ed228320833fa6b29bff9 (patch) | |
tree | 6069ca24c9b7e465b3570ca7fe2f614fbe96fe11 /sw/qa | |
parent | 2e13f4e3df13d44c549467d4a9aaa1f3ff83d567 (diff) |
sw: _one_ unit test with use_library_objects sw ought to be enough
Linking those things takes a lot of RAM.
Change-Id: I4db9ee3f07f97601d526ab3f905ecadbf4c552ca
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx b/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx index adaffd9627b5..30da0bdb1a6b 100644 --- a/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx +++ b/sw/qa/cppunit/tox/test_ToxWhitespaceStripper.cxx @@ -18,7 +18,6 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> using namespace sw; @@ -145,6 +144,4 @@ ToxWhitespaceStripperTest::PositionAfterStringCanBeRequested() // Put the test suite in the registry CPPUNIT_TEST_SUITE_REGISTRATION(ToxWhitespaceStripperTest); -CPPUNIT_PLUGIN_IMPLEMENT(); - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |