Kaydet (Commit) 52cf287f authored tarafından Caolán McNamara's avatar Caolán McNamara

add the legacy windows-only path utils test

üst 2ecb0e6a
...@@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,tools_test)) ...@@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,tools_test))
$(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \ $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
tools/qa/cppunit/test_reversemap \ tools/qa/cppunit/test_reversemap \
tools/qa/cppunit/test_pathutils \
)) ))
$(eval $(call gb_CppunitTest_add_api,tools_test, \ $(eval $(call gb_CppunitTest_add_api,tools_test, \
......
...@@ -27,14 +27,10 @@ ...@@ -27,14 +27,10 @@
************************************************************************/ ************************************************************************/
#include "precompiled_tools.hxx" #include "precompiled_tools.hxx"
#include "sal/config.h" #include <sal/cppunit.h>
#include <cwchar> #include <cwchar>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include "tools/pathutils.hxx" #include "tools/pathutils.hxx"
namespace { namespace {
...@@ -77,6 +73,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test); ...@@ -77,6 +73,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(Test);
} }
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment