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
,\
14 -I
$(SRCDIR
)/starmath
/inc \
17 $(eval
$(call gb_CppunitTest_use_external
,starmath_qa_cppunit
,boost_headers
))
19 $(eval
$(call gb_CppunitTest_use_sdk_api
,starmath_qa_cppunit
))
21 $(eval
$(call gb_CppunitTest_use_library_objects
,starmath_qa_cppunit
,\
25 $(eval
$(call gb_CppunitTest_use_libraries
,starmath_qa_cppunit
,\
51 $(eval
$(call gb_CppunitTest_set_include
,starmath_qa_cppunit
,\
52 -I
$(SRCDIR
)/starmath
/source \
56 $(eval
$(call gb_CppunitTest_add_exception_objects
,starmath_qa_cppunit
,\
57 starmath
/qa
/cppunit
/test_cursor \
58 starmath
/qa
/cppunit
/test_node \
59 starmath
/qa
/cppunit
/test_nodetotextvisitors \
60 starmath
/qa
/cppunit
/test_parse \
61 starmath
/qa
/cppunit
/test_starmath \
64 $(eval
$(call gb_CppunitTest_use_ure
,starmath_qa_cppunit
))
65 $(eval
$(call gb_CppunitTest_use_vcl
,starmath_qa_cppunit
))
67 $(eval
$(call gb_CppunitTest_use_components
,starmath_qa_cppunit
,\
68 configmgr
/source
/configmgr \
69 dtrans
/util
/mcnttype \
71 i18npool
/util
/i18npool \
72 package
/source
/xstor
/xstor \
73 package
/util
/package2 \
76 ucb
/source
/core
/ucb1 \
77 ucb
/source
/ucp
/file
/ucpfile1 \
81 ifeq ($(strip $(OS
)),WNT
)
82 $(eval
$(call gb_CppunitTest_use_components
,starmath_qa_cppunit
,\
84 dtrans
/util
/sysdtrans \
88 $(eval
$(call gb_CppunitTest_use_configuration
,starmath_qa_cppunit
))
90 # vim: set noet sw=4 ts=4: