remove OutDevSupportType::TransparentRect
[LibreOffice.git] / vcl / CppunitTest_vcl_gtk3_a11y.mk
blobdbfefbf1cc59dede84037409e6181fa7b62c6d0e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 # hack plugging into the CppunitTest machinery yet using a xvfb-wrapper GTK3 run
11 $(call gb_CppunitTest_get_target,vcl_gtk3_a11y) : gb_TEST_ENV_VARS += SAL_USE_VCLPLUGIN=gtk3
12 # force running with the X11 Gdk backend also when running on Wayland
13 $(call gb_CppunitTest_get_target,vcl_gtk3_a11y) : gb_TEST_ENV_VARS += GDK_BACKEND=x11
14 # set env var for at-spi-bus-launcher to use dbus-daemon also if dbus-broker is default;
15 # the latter doesn't work in the session created by xvfb-run and dbus-launch
16 $(call gb_CppunitTest_get_target,vcl_gtk3_a11y) : gb_TEST_ENV_VARS += ATSPI_DBUS_IMPLEMENTATION=dbus-daemon
17 ifeq (,$(VCL_GTK3_TESTS_NO_XVFB))
18 $(call gb_CppunitTest_get_target,vcl_gtk3_a11y) : \
19 ICECREAM_RUN += $(XVFB_RUN) --auto-servernum $(DBUS_LAUNCH) --exit-with-session
20 endif
22 $(eval $(call gb_CppunitTest_CppunitTest,vcl_gtk3_a11y))
24 $(eval $(call gb_CppunitTest_add_exception_objects,vcl_gtk3_a11y, \
25 vcl/qa/cppunit/a11y/atspi2/atspiwrapper \
26 vcl/qa/cppunit/a11y/atspi2/atspi2 \
27 vcl/qa/cppunit/a11y/atspi2/atspi2text \
30 $(eval $(call gb_CppunitTest_set_include,vcl_gtk3_a11y,\
31 $$(INCLUDE) \
32 $$(ATSPI2_CFLAGS) \
35 $(eval $(call gb_CppunitTest_add_libs,vcl_gtk3_a11y,\
36 $$(ATSPI2_LIBS) \
39 $(eval $(call gb_CppunitTest_use_libraries,vcl_gtk3_a11y, \
40 sal \
41 cppu \
42 subsequenttest \
43 test \
44 i18nlangtag \
45 unotest \
46 vcl \
49 $(eval $(call gb_CppunitTest_use_externals,vcl_gtk3_a11y,\
50 boost_headers \
53 $(eval $(call gb_CppunitTest_use_api,vcl_gtk3_a11y,\
54 offapi \
55 udkapi \
58 $(eval $(call gb_CppunitTest_use_sdk_api,vcl_gtk3_a11y))
59 $(eval $(call gb_CppunitTest_use_rdb,vcl_gtk3_a11y,services))
60 $(eval $(call gb_CppunitTest_use_ure,vcl_gtk3_a11y))
61 $(eval $(call gb_CppunitTest_use_vcl,vcl_gtk3_a11y))
63 $(eval $(call gb_CppunitTest_use_instdir_configuration,vcl_gtk3_a11y))
64 $(eval $(call gb_CppunitTest_use_common_configuration,vcl_gtk3_a11y))
66 $(call gb_CppunitTest_get_target,vcl_gtk3_a11y): $(call gb_Library_get_target,vclplug_gtk3)
68 # vim: set noet sw=4 ts=4: