Related: tdf#149490 OLE Object dialog should be modal
[LibreOffice.git] / ucb / JunitTest_ucb_complex.mk
blob6aa02ff9dbfbcff0dd62eef6713049e8c732f56a
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,ucb_complex))
12 $(eval $(call gb_JunitTest_set_defs,ucb_complex,\
13 $$(DEFS) \
14 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/ucb/qa/complex/testdocuments \
17 $(eval $(call gb_JunitTest_use_unoapi_jars,ucb_complex))
19 $(eval $(call gb_JunitTest_add_sourcefiles,ucb_complex,\
20 ucb/qa/complex/ucb/UCB \
22 $(eval $(call gb_JunitTest_add_classes,ucb_complex,\
23 complex.ucb.UCB \
26 # vim: set noet sw=4 ts=4: