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
, \
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
, \
33 # vim: set noet sw=4 ts=4: