bump product version to 7.6.3.2-android
[LibreOffice.git] / starmath / CppunitTest_starmath_import.mk
blob15c9053facfb55fc08b1f059f1af1b3f9fc81591
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,starmath_import))
12 $(eval $(call gb_CppunitTest_set_include,starmath_import,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/starmath/inc \
17 $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers))
19 $(eval $(call gb_CppunitTest_use_sdk_api,starmath_import))
21 $(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\
22 starmath/qa/extras/mmlimport-test \
25 $(eval $(call gb_CppunitTest_use_libraries,starmath_import,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 editeng \
30 i18nlangtag \
31 i18nutil \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sfx \
38 sm \
39 smd \
40 sot \
41 subsequenttest \
42 svl \
43 svt \
44 svx \
45 svxcore \
46 test \
47 tk \
48 tl \
49 unotest \
50 unoxml \
51 utl \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_use_ure,starmath_import))
57 $(eval $(call gb_CppunitTest_use_vcl,starmath_import))
59 $(eval $(call gb_CppunitTest_use_rdb,starmath_import,services))
61 $(eval $(call gb_CppunitTest_use_configuration,starmath_import))
63 # vim: set noet sw=4 ts=4: