1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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
,sd_activex_controls_tests
))
12 $(eval
$(call gb_CppunitTest_use_externals
,sd_activex_controls_tests
,\
17 $(eval
$(call gb_CppunitTest_add_exception_objects
,sd_activex_controls_tests
, \
18 sd
/qa
/unit
/activex-controls-tests \
21 $(eval
$(call gb_CppunitTest_use_libraries
,sd_activex_controls_tests
, \
22 $(call gb_Helper_optional
,AVMEDIA
,avmedia
) \
54 $(eval
$(call gb_CppunitTest_set_include
,sd_activex_controls_tests
,\
55 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
60 $(eval
$(call gb_CppunitTest_use_sdk_api
,sd_activex_controls_tests
))
62 $(eval
$(call gb_CppunitTest_use_ure
,sd_activex_controls_tests
))
63 $(eval
$(call gb_CppunitTest_use_vcl
,sd_activex_controls_tests
))
65 $(eval
$(call gb_CppunitTest_use_components
,sd_activex_controls_tests
,\
66 animations
/source
/animcore
/animcore \
68 chart2
/source
/chartcore \
69 chart2
/source
/controller
/chartcontroller \
70 comphelper
/util
/comphelp \
71 configmgr
/source
/configmgr \
73 desktop
/source
/deployment
/deployment \
74 embeddedobj
/util
/embobj \
76 filter/source
/config
/cache
/filterconfig1 \
77 filter/source
/odfflatxml
/odfflatxml \
78 filter/source
/svg
/svgfilter \
79 filter/source
/xmlfilteradaptor
/xmlfa \
80 filter/source
/xmlfilterdetect
/xmlfd \
83 i18npool
/util
/i18npool \
84 linguistic
/source
/lng \
86 package
/source
/xstor
/xstor \
87 package
/util
/package2 \
88 sax
/source
/expatwrap
/expwrap \
92 $(if
$(ENABLE_PDFIMPORT
),sdext
/source
/pdfimport
/pdfimport
) \
95 svl
/source
/fsstor
/fsstorage \
99 ucb
/source
/core
/ucb1 \
100 ucb
/source
/ucp
/expand
/ucpexpand1 \
101 ucb
/source
/ucp
/file
/ucpfile1 \
102 ucb
/source
/ucp
/package
/ucppkg1 \
103 ucb
/source
/ucp
/tdoc
/ucptdoc1 \
105 unoxml
/source
/rdf
/unordf \
106 unoxml
/source
/service
/unoxml \
110 xmlsecurity
/util
/xmlsecurity \
113 $(eval
$(call gb_CppunitTest_use_configuration
,sd_activex_controls_tests
))
115 # vim: set noet sw=4 ts=4: