summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_dialogs_test.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 16:09:34 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:13 +0200
commit4e7396dbe06df9cb6d441b0cf6c245426c11ff68 (patch)
tree6d9ec8d67dde8c5f674d0bb1032131890a3747d8 /filter/CppunitTest_filter_dialogs_test.mk
parent7a03c93bd6daee6f8f670629c7b3e3bedff209d9 (diff)
screenshots: add dialog test cases for filter
All *.ui files create a screenshot, but not all look useful Change-Id: Idd684f1fee55eebb58b4b56a2681cd4058be2880
Diffstat (limited to 'filter/CppunitTest_filter_dialogs_test.mk')
-rw-r--r--filter/CppunitTest_filter_dialogs_test.mk66
1 files changed, 66 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_dialogs_test.mk b/filter/CppunitTest_filter_dialogs_test.mk
new file mode 100644
index 000000000000..018bc6365f69
--- /dev/null
+++ b/filter/CppunitTest_filter_dialogs_test.mk
@@ -0,0 +1,66 @@
+# -*- 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,filter_dialogs_test))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_dialogs_test, \
+ filter/qa/unit/filter-dialogs-test \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,filter_dialogs_test))
+
+$(eval $(call gb_CppunitTest_set_include,filter_dialogs_test,\
+ -I$(SRCDIR)/filter/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_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,filter_dialogs_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,filter_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_ure,filter_dialogs_test))
+$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,filter_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_rdb,filter_dialogs_test,services))
+
+# $(eval $(call gb_CppunitTest_use_configuration,filter_dialogs_test))
+$(eval $(call gb_CppunitTest_use_instdir_configuration,filter_dialogs_test))
+
+# vim: set noet sw=4 ts=4: