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
,\
22 $(eval
$(call gb_JunitTest_use_jar_classset
,juh
,libreoffice
))
24 $(eval
$(call gb_JunitTest_add_sourcefiles
,juh
,\
25 javaunohelper
/test/com
/sun
/star
/comp
/helper
/ComponentContext_Test \
26 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/AWeakBase \
27 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/ComponentBase_Test \
28 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/InterfaceContainer_Test \
29 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/MultiTypeInterfaceContainer_Test \
30 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/PropertySet_Test \
31 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/ProxyProvider \
32 javaunohelper
/test/com
/sun
/star
/lib
/uno
/helper
/WeakBase_Test \
35 $(eval
$(call gb_JunitTest_add_classes
,juh
,\
36 com.sun.star.comp.helper.ComponentContext_Test \
37 com.sun.star.lib.uno.helper.ComponentBase_Test \
38 com.sun.star.lib.uno.helper.InterfaceContainer_Test \
39 com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer_Test \
40 com.sun.star.lib.uno.helper.PropertySet_Test \
41 com.sun.star.lib.uno.helper.WeakBase_Test \
44 # vim:set noet sw=4 ts=4: