Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / starmath / CppunitTest_starmath_qa_cppunit.mk
blobefaa7b39aeff3e281825113b9e3a89f4c8ceab44
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_qa_cppunit))
12 $(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/starmath/inc \
17 $(eval $(call gb_CppunitTest_use_external,starmath_qa_cppunit,boost_headers))
19 $(eval $(call gb_CppunitTest_use_api,starmath_qa_cppunit,\
20 offapi \
21 udkapi \
24 $(eval $(call gb_CppunitTest_use_library_objects,starmath_qa_cppunit,\
25 sm \
28 $(eval $(call gb_CppunitTest_use_libraries,starmath_qa_cppunit,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 editeng \
33 i18nlangtag \
34 i18nutil \
35 msfilter \
36 oox \
37 sal \
38 sax \
39 sfx \
40 sot \
41 svl \
42 svt \
43 svxcore \
44 svx \
45 test \
46 tk \
47 tl \
48 unotest \
49 utl \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_CppunitTest_add_exception_objects,starmath_qa_cppunit,\
56 starmath/qa/cppunit/test_cursor \
57 starmath/qa/cppunit/test_nodetotextvisitors \
58 starmath/qa/cppunit/test_starmath \
61 $(eval $(call gb_CppunitTest_use_ure,starmath_qa_cppunit))
62 $(eval $(call gb_CppunitTest_use_vcl,starmath_qa_cppunit))
64 $(eval $(call gb_CppunitTest_use_components,starmath_qa_cppunit,\
65 configmgr/source/configmgr \
66 dtrans/util/mcnttype \
67 framework/util/fwk \
68 i18npool/util/i18npool \
69 package/source/xstor/xstor \
70 package/util/package2 \
71 toolkit/util/tk \
72 sfx2/util/sfx \
73 ucb/source/core/ucb1 \
74 ucb/source/ucp/file/ucpfile1 \
75 unotools/util/utl \
78 ifeq ($(strip $(OS)),WNT)
79 $(eval $(call gb_CppunitTest_use_components,starmath_qa_cppunit,\
80 dtrans/util/ftransl \
81 dtrans/util/sysdtrans \
83 endif
85 $(eval $(call gb_CppunitTest_use_configuration,starmath_qa_cppunit))
87 # vim: set noet sw=4 ts=4: