don't throw away command output when packaging installsets
[LibreOffice.git] / starmath / CppunitTest_starmath_export.mk
blobb59df8c35d6cdc88c065d0fe3b201a394d9d1a39
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_export))
12 $(eval $(call gb_CppunitTest_set_include,starmath_export,\
13 -I$(SRCDIR)/starmath/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_CppunitTest_use_externals,starmath_export,\
18 boost_headers \
19 libxml2 \
20 icuuc \
23 $(eval $(call gb_CppunitTest_use_sdk_api,starmath_export))
25 $(eval $(call gb_CppunitTest_add_exception_objects,starmath_export,\
26 starmath/qa/extras/mmlexport-test \
29 $(eval $(call gb_CppunitTest_use_libraries,starmath_export,\
30 comphelper \
31 cppu \
32 cppuhelper \
33 editeng \
34 i18nlangtag \
35 i18nutil \
36 msfilter \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sfx \
42 sm \
43 smd \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tk \
52 tl \
53 unotest \
54 unoxml \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_use_ure,starmath_export))
61 $(eval $(call gb_CppunitTest_use_vcl,starmath_export))
63 $(eval $(call gb_CppunitTest_use_rdb,starmath_export,services))
65 $(eval $(call gb_CppunitTest_use_configuration,starmath_export))
67 # vim: set noet sw=4 ts=4: