summaryrefslogtreecommitdiffstats
path: root/svtools/CppunitTest_svtools_graphic.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-07-23 21:22:33 +0200
committerDavid Tardon <dtardon@redhat.com>2014-07-24 08:19:31 +0200
commit9825e1697d8dd786fc40dad065188c47d6f14990 (patch)
treeede2421f5e62fac8bf34f0f754b2f85f7dd21b1a /svtools/CppunitTest_svtools_graphic.mk
parentmove SFX_ITEMS_DIRECT etc. definitions inside the module (diff)
downloadcore-9825e1697d8dd786fc40dad065188c47d6f14990.tar.gz
core-9825e1697d8dd786fc40dad065188c47d6f14990.zip
add test for swapping of GraphicObject
Change-Id: I341f52e5dfedb61130545cf30ff61e891abc7e04
Diffstat (limited to 'svtools/CppunitTest_svtools_graphic.mk')
-rw-r--r--svtools/CppunitTest_svtools_graphic.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/svtools/CppunitTest_svtools_graphic.mk b/svtools/CppunitTest_svtools_graphic.mk
new file mode 100644
index 000000000000..ef9c7abfbbb2
--- /dev/null
+++ b/svtools/CppunitTest_svtools_graphic.mk
@@ -0,0 +1,50 @@
+# -*- 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,svtools_graphic))
+
+$(eval $(call gb_CppunitTest_use_externals,svtools_graphic,\
+ boost_headers \
+))
+
+$(eval $(call gb_CppunitTest_use_api,svtools_graphic, \
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,svtools_graphic))
+
+$(eval $(call gb_CppunitTest_use_vcl,svtools_graphic))
+
+$(eval $(call gb_CppunitTest_use_libraries,svtools_graphic, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ tl \
+ sal \
+ svt \
+ test \
+ unotest \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,svtools_graphic))
+
+$(eval $(call gb_CppunitTest_use_components,svtools_graphic,\
+ configmgr/source/configmgr \
+ ucb/source/core/ucb1 \
+ ucb/source/ucp/file/ucpfile1 \
+))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,svtools_graphic, \
+ svtools/qa/unit/GraphicObjectTest \
+))
+
+# vim: set noet sw=4 ts=4: