LOK: tilebench improvements
[LibreOffice.git] / sc / JunitTest_sc_complex.mk
blob77dc636fe98425f0b73455a469375938a55e326b
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,sc_complex))
12 # sc/qa/complex/calcPreview/ tests do not work automatically (they request "Press
13 # any key after resizing" etc.)
15 $(eval $(call gb_JunitTest_add_classes,sc_complex, \
16 complex.sc.CalcRTL \
19 $(eval $(call gb_JunitTest_use_jars,sc_complex, \
20 OOoRunner \
21 jurt \
22 ridl \
23 test \
24 unoil \
27 $(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \
28 sc/qa/complex/dataPilot/_XDataPilotDescriptor \
29 sc/qa/complex/dataPilot/_XDataPilotTable \
30 sc/qa/complex/dataPilot/_XNamed \
31 sc/qa/complex/dataPilot/_XPropertySet \
32 sc/qa/complex/sc/CalcRTL \
35 $(eval $(call gb_JunitTest_set_defs,sc_complex, \
36 $$(DEFS) \
39 # vim: set noet sw=4 ts=4: