summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_complextext.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-15 20:51:38 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-15 20:52:36 +0100
commit21e573d6151151120dda6933c892c19a63c3a32b (patch)
treea9c570187e8ebc5c44d734e5853fb6673a2f3021 /vcl/CppunitTest_vcl_complextext.mk
parentf29966b22a38e98df83f49f9285370e7ca49bcb7 (diff)
initial attempt at text measuring unit test: linux only.
Change-Id: I11a1845350e3404f348be1321571b19d816426a3
Diffstat (limited to 'vcl/CppunitTest_vcl_complextext.mk')
-rw-r--r--vcl/CppunitTest_vcl_complextext.mk44
1 files changed, 44 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_complextext.mk b/vcl/CppunitTest_vcl_complextext.mk
new file mode 100644
index 000000000000..81763985981f
--- /dev/null
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -0,0 +1,44 @@
+# -*- 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,vcl_complextext))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,vcl_complextext, \
+ vcl/qa/cppunit/complextext \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ sal \
+ svt \
+ test \
+ tl \
+ unotest \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,vcl_complextext,\
+ udkapi \
+ offapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,vcl_complextext))
+
+$(eval $(call gb_CppunitTest_use_components,vcl_complextext,\
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+ ucb/source/core/ucb1 \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,vcl_complextext))
+
+# vim: set noet sw=4 ts=4: