crashtesting: assert on reimport of docx export of ooo102874-2.doc
[LibreOffice.git] / test / CppunitTest_test_a11y.mk
blob3adcc29957182737d2a1b539fd36a13c419e13d9
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 $(eval $(call gb_CppunitTest_CppunitTest,test_a11y))
12 $(eval $(call gb_CppunitTest_add_exception_objects,test_a11y, \
13 test/qa/cppunit/dialog \
16 $(eval $(call gb_CppunitTest_use_libraries,test_a11y, \
17 acc \
18 sal \
19 cppu \
20 subsequenttest \
21 test \
24 $(eval $(call gb_CppunitTest_use_sdk_api,test_a11y))
25 $(eval $(call gb_CppunitTest_use_rdb,test_a11y,services))
26 $(eval $(call gb_CppunitTest_use_ure,test_a11y))
27 $(eval $(call gb_CppunitTest_use_vcl,test_a11y))
29 $(eval $(call gb_CppunitTest_use_instdir_configuration,test_a11y))
30 $(eval $(call gb_CppunitTest_use_common_configuration,test_a11y))
32 $(eval $(call gb_CppunitTest_use_packages,test_a11y, \
33 postprocess_images \
36 # vim: set noet sw=4 ts=4: