Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / forms / JunitTest_forms_unoapi_1.mk
blob766496355b63c180aa6f7240f39528158b86ee25
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,forms_unoapi_1))
12 $(eval $(call gb_JunitTest_set_defs,forms_unoapi_1,\
13 $$(DEFS) \
14 -Dorg.openoffice.test.arg.sce=$(SRCDIR)/forms/qa/unoapi/forms_1.sce \
15 -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/forms/qa/unoapi/knownissues.xcl \
16 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/forms/qa/unoapi/testdocuments \
19 $(eval $(call gb_JunitTest_use_jars,forms_unoapi_1,\
20 OOoRunner \
21 ridl \
22 test \
23 unoil \
24 jurt \
27 $(eval $(call gb_JunitTest_add_classes,forms_unoapi_1,\
28 org.openoffice.test.UnoApiTest \
31 # vim: set noet sw=4 ts=4: