summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_textsearch.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-07 13:30:10 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-12 11:46:07 +0000
commit08894f7c7def58431be699c3e59ef7bbc0c725a4 (patch)
treeb28bfc558f3a31c27ab8872ec0f67e7295b0801d /i18npool/CppunitTest_i18npool_test_textsearch.mk
parent62c67b2f25b5d0ef3542cca2ad3f0b3290b8aa91 (diff)
add native XTextSearch / cppunit test framework.
ported from the broken java ver. adds a native ICU regex sanity test.
Diffstat (limited to 'i18npool/CppunitTest_i18npool_test_textsearch.mk')
-rw-r--r--i18npool/CppunitTest_i18npool_test_textsearch.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_textsearch.mk b/i18npool/CppunitTest_i18npool_test_textsearch.mk
new file mode 100644
index 000000000000..8331cbda4ea3
--- /dev/null
+++ b/i18npool/CppunitTest_i18npool_test_textsearch.mk
@@ -0,0 +1,38 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CppunitTest_CppunitTest,i18npool_test_textsearch))
+
+$(eval $(call gb_CppunitTest_use_api,i18npool_test_textsearch,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,i18npool_test_textsearch))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_textsearch,\
+ i18npool/qa/cppunit/test_textsearch \
+))
+
+$(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\
+ i18npool/source/search/i18nsearch \
+ i18npool/util/i18npool \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\
+ cppu \
+ cppuhelper \
+ sal \
+ icuuc \
+ icui18n \
+ unotest \
+ $(gb_UWINAPI) \
+))
+
+# vim: set noet sw=4 ts=4: