Make ElementsDeck the default deck for Math first start
[LibreOffice.git] / writerperfect / CppunitTest_writerperfect_import.mk
blobfe47a54c8533ea24fb28098f099eb56bee937a99
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,writerperfect_import))
12 $(eval $(call gb_CppunitTest_add_defs,writerperfect_import,\
13 -DTEST_DIR=\"writerperfect/qa/unit/data/import\" \
16 $(eval $(call gb_CppunitTest_use_external,writerperfect_import,boost_headers))
18 $(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_import))
20 $(eval $(call gb_CppunitTest_use_libraries,writerperfect_import,\
21 comphelper \
22 cppu \
23 sal \
24 test \
25 unotest \
26 utl \
27 wpftqahelper \
30 $(eval $(call gb_CppunitTest_use_ure,writerperfect_import))
31 $(eval $(call gb_CppunitTest_use_vcl,writerperfect_import))
33 $(eval $(call gb_CppunitTest_use_rdb,writerperfect_import,services))
35 $(eval $(call gb_CppunitTest_use_configuration,writerperfect_import))
37 $(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_import,\
38 writerperfect/qa/unit/ImportTest \
41 # vim: set noet sw=4 ts=4: