Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / sc / JunitTest_sc_complex.mk
blobcfd869b919177ffc25cf2ff5ac2d4a5a7f6516b5
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_unoapi_jars,sc_complex))
21 $(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \
22 sc/qa/complex/dataPilot/_XDataPilotDescriptor \
23 sc/qa/complex/dataPilot/_XDataPilotTable \
24 sc/qa/complex/dataPilot/_XNamed \
25 sc/qa/complex/dataPilot/_XPropertySet \
26 sc/qa/complex/sc/CalcRTL \
29 $(eval $(call gb_JunitTest_set_defs,sc_complex, \
30 $$(DEFS) \
33 # vim: set noet sw=4 ts=4: