fix for 'mysqlc: Use unique_ptr on C style arrays'
[LibreOffice.git] / testtools / Jar_testComponent.mk
blobb2df55100afbf9ff35d23ca2e4ff580e996da16f
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_Jar_Jar,testComponent))
12 $(eval $(call gb_Jar_use_jars,testComponent,\
13 jurt \
14 ridl \
15 juh \
18 $(eval $(call gb_Jar_use_customtargets,testComponent,\
19 testtools/bridgetest_javamaker \
22 $(eval $(call gb_Jar_set_packageroot,testComponent,com))
24 $(eval $(call gb_Jar_set_manifest,testComponent,$(SRCDIR)/testtools/com/sun/star/comp/bridge/manifest))
26 $(eval $(call gb_Jar_set_componentfile,testComponent,testtools/source/bridgetest/testComponent,NONE))
28 $(eval $(call gb_Jar_add_packagedirs,testComponent,\
29 $(call gb_CustomTarget_get_workdir,testtools/bridgetest_javamaker)/test \
32 $(eval $(call gb_Jar_add_sourcefiles,testComponent,\
33 testtools/com/sun/star/comp/bridge/TestComponent \
34 testtools/com/sun/star/comp/bridge/CurrentContextChecker \
35 testtools/com/sun/star/comp/bridge/TestComponentMain \