summaryrefslogtreecommitdiff
path: root/dbaccess/CppunitTest_dbaccess_dialogs_test.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 15:27:46 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:13 +0200
commitdaf841bff75bbd4700ec901c114bfe0f4a8171ee (patch)
treeca0f7d7686c81f6e975857e67ab2e64ff9604a16 /dbaccess/CppunitTest_dbaccess_dialogs_test.mk
parent56336f97625acbd9cc9de9e36e34cc5d02343464 (diff)
screenshots: add dialog test cases for dbaccess
One dialog makes the execution hang, seems to wait for some interaction Change-Id: I68ef4f9b2a1575a6c70238f82eb27ee87aaae336
Diffstat (limited to 'dbaccess/CppunitTest_dbaccess_dialogs_test.mk')
-rw-r--r--dbaccess/CppunitTest_dbaccess_dialogs_test.mk67
1 files changed, 67 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_dialogs_test.mk b/dbaccess/CppunitTest_dbaccess_dialogs_test.mk
new file mode 100644
index 000000000000..6a3ee1941e74
--- /dev/null
+++ b/dbaccess/CppunitTest_dbaccess_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,dbaccess_dialogs_test))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_dialogs_test, \
+ dbaccess/qa/unit/dbaccess-dialogs-test \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test))
+
+$(eval $(call gb_CppunitTest_set_include,dbaccess_dialogs_test,\
+ -I$(SRCDIR)/dbaccess/source/inc \
+ -I$(SRCDIR)/dbaccess/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,dbaccess_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,dbaccess_dialogs_test,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_ure,dbaccess_dialogs_test))
+$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,dbaccess_dialogs_test))
+
+$(eval $(call gb_CppunitTest_use_rdb,dbaccess_dialogs_test,services))
+
+# $(eval $(call gb_CppunitTest_use_configuration,dbaccess_dialogs_test))
+$(eval $(call gb_CppunitTest_use_instdir_configuration,dbaccess_dialogs_test))
+
+# vim: set noet sw=4 ts=4: