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_JunitTest_JunitTest
,juh
))
12 $(eval
$(call gb_JunitTest_set_defs
,juh
,\
14 -XX
:MaxGCPauseMillis
=50 \
17 $(eval
$(call gb_JunitTest_use_jars
,juh
,\
23 $(eval
$(call gb_JunitTest_use_jar_classset
,juh
,ridljar
))
25 $(eval
$(call gb_JunitTest_add_sourcefiles
,juh
,\
26 javaunohelper
/com
/sun
/star
/comp
/helper
/Bootstrap \
27 javaunohelper
/com
/sun
/star
/comp
/helper
/BootstrapException \
28 javaunohelper
/com
/sun
/star
/comp
/helper
/ComponentContext \
29 javaunohelper
/com
/sun
/star
/comp
/helper
/ComponentContextEntry \
30 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/ComponentBase \
31 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/InterfaceContainer \
32 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/MultiTypeInterfaceContainer \
33 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/PropertySet \
34 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/WeakAdapter \
35 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/WeakBase \
36 javaunohelper
/test/com
/sun
/star
/comp
/helper
/ComponentContext_Test \
37 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/AWeakBase \
38 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/ComponentBase_Test \
39 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/InterfaceContainer_Test \
40 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/MultiTypeInterfaceContainer_Test \
41 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/PropertySet_Test \
42 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/ProxyProvider \
43 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/WeakBase_Test \
46 $(eval
$(call gb_JunitTest_add_classes
,juh
,\
47 com.sun.star.comp.helper.ComponentContext_Test \
48 com.sun.star.lib.uno.helper.ComponentBase_Test \
49 com.sun.star.lib.uno.helper.InterfaceContainer_Test \
50 com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer_Test \
51 com.sun.star.lib.uno.helper.PropertySet_Test \
52 com.sun.star.lib.uno.helper.WeakBase_Test \
55 # vim:set noet sw=4 ts=4: