tdf#105262 Clean up CopyGraphic
[LibreOffice.git] / ucb / JunitTest_ucb_complex.mk
blob9cfa504f2368456ba73f7a888542a35d2c8586b2
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_jars,ucb_complex,\
18 OOoRunner \
19 ridl \
20 test \
21 unoil \
22 jurt \
25 $(eval $(call gb_JunitTest_add_sourcefiles,ucb_complex,\
26 ucb/qa/complex/ucb/UCB \
28 $(eval $(call gb_JunitTest_add_classes,ucb_complex,\
29 complex.ucb.UCB \
32 # vim: set noet sw=4 ts=4: