summaryrefslogtreecommitdiff
path: root/reportdesign/CppunitTest_reportdesign_dialogs_test.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 16:44:22 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:14 +0200
commita88c482429144561ebaf716648268dba834aac93 (patch)
tree64b13096d35e407bc4a1861b54087d8657b6d76d /reportdesign/CppunitTest_reportdesign_dialogs_test.mk
parent7906b063d3a3dffeea49a11d32cf93f8cba43e8c (diff)
screenshots: add dialog test cases for reportdesign
One patterned dialog does not work what means all based on this one do not work, need to be instantiated for real probably... Change-Id: I8d82e0dbf937bb4c052486da21ada58afe7f5a08
Diffstat (limited to 'reportdesign/CppunitTest_reportdesign_dialogs_test.mk')
-rw-r--r--reportdesign/CppunitTest_reportdesign_dialogs_test.mk67
1 files changed, 67 insertions, 0 deletions
diff --git a/reportdesign/CppunitTest_reportdesign_dialogs_test.mk b/reportdesign/CppunitTest_reportdesign_dialogs_test.mk
new file mode 100644
index 000000000000..07d56585bd4b
--- /dev/null
+++ b/reportdesign/CppunitTest_reportdesign_dialogs_test.mk
@@ -0,0 +1,67 @@
+# -*- 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,reportdesign_dialogs_test))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,reportdesign_dialogs_test, \
+ reportdesign/qa/unit/reportdesign-dialogs-test \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,reportdesign_dialogs_test))
+
+$(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\
+ -I$(SRCDIR)/reportdesign/source/inc \
+ -I$(SRCDIR)/reportdesign/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,reportdesign_dialogs_test, \
+ basegfx \
+ comphelper \
+ cppu \
+ cppuhelper \
+ drawinglayer \
+ editeng \
+ i18nlangtag \
+ i18nutil \
+ msfilter \
+ oox \
+ sal \
+ salhelper \
+ sax \
+ sfx \
+ sot \
+ svl \
+ svt \
+ test \
+ tl \
+ tk \
+ ucbhelper \
+ unotest \
+ utl \
+ vcl \
+ xo \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_external,reportdesign_dialogs_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,reportdesign_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_ure,reportdesign_dialogs_test))
+$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,reportdesign_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_rdb,reportdesign_dialogs_test,services))
+
+# $(eval $(call gb_CppunitTest_use_configuration,reportdesign_dialogs_test))
+$(eval $(call gb_CppunitTest_use_instdir_configuration,reportdesign_dialogs_test))
+
+# vim: set noet sw=4 ts=4: