Bump version to 5.0-14
[LibreOffice.git] / dbaccess / JunitTest_dbaccess_unoapi.mk
blob64af95693bb73a1e919b0b3f769638b220bab35a
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,dbaccess_unoapi))
12 $(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
13 $$(DEFS) \
14 -Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
15 -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
16 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
19 $(eval $(call gb_JunitTest_use_jars,dbaccess_unoapi,\
20 OOoRunner \
21 jurt \
22 ridl \
23 test \
24 unoil \
27 $(eval $(call gb_JunitTest_add_classes,dbaccess_unoapi,\
28 org.openoffice.test.UnoApiTest \
31 # vim: set noet sw=4 ts=4: