summaryrefslogtreecommitdiff
path: root/sd/JunitTest_sd_unoapi.mk
blob: 62e0906f8df26f8b5d2be17ca1e09edea21be464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_JunitTest_JunitTest,sd_unoapi))

$(eval $(call gb_JunitTest_set_defs,sd_unoapi,\
    $$(DEFS) \
    -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sd/qa/unoapi/sd.sce \
    -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sd/qa/unoapi/knownissues.xcl \
    -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sd/qa/unoapi/testdocuments \
))

$(eval $(call gb_JunitTest_use_jars,sd_unoapi,\
    OOoRunner \
    ridl \
    test \
    unoil \
    jurt \
))

$(eval $(call gb_JunitTest_add_classes,sd_unoapi,\
    org.openoffice.test.UnoApiTest \
))

# vim: set noet sw=4 ts=4:
td>add PCHs for more external libsLuboš Luňák 2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann 2019-05-24disable warnings in external libsLuboš Luňák 2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann 2018-06-13drop unneeded defineDavid Tardon 2018-04-26upload libstaroffice 0.0.6David Tardon 2018-03-28forcepoint: fix null ptr deref.David Tardon 2017-11-08upload libstaroffice 0.0.5David Tardon 2017-11-03-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann 2017-10-28libstaroffice: pass optimization flags to configureDavid Tardon 2017-10-28run make in top-level dirDavid Tardon 2017-10-04use the new gbuild way to update config.*David Tardon 2017-07-20upload libstaroffice 0.0.4David Tardon 2017-06-13iOS patch libstarofficejan Iversen 2017-06-06libstaroffice: use correct loop indexDavid Tardon