Bump version to 5.0-14
[LibreOffice.git] / sc / JunitTest_sc_complex.mk
blob4472b6cff0b1586010462ff3ec7099fc33d7523b
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 autmatically (they request "Press
13 # any key after resizing" etc.)
15 $(eval $(call gb_JunitTest_add_classes,sc_complex, \
16 complex.cellRanges.CheckXCellRangesQuery \
17 complex.dataPilot.CheckDataPilot \
18 complex.sc.CalcRTL \
21 $(eval $(call gb_JunitTest_use_jars,sc_complex, \
22 OOoRunner \
23 jurt \
24 ridl \
25 test \
26 unoil \
29 $(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \
30 sc/qa/complex/cellRanges/CheckXCellRangesQuery \
31 sc/qa/complex/dataPilot/CheckDataPilot \
32 sc/qa/complex/dataPilot/_XDataPilotDescriptor \
33 sc/qa/complex/dataPilot/_XDataPilotTable \
34 sc/qa/complex/dataPilot/_XNamed \
35 sc/qa/complex/dataPilot/_XPropertySet \
36 sc/qa/complex/sc/CalcRTL \
39 $(eval $(call gb_JunitTest_set_defs,sc_complex, \
40 $$(DEFS) \
43 # vim: set noet sw=4 ts=4: