summaryrefslogtreecommitdiff
path: root/wizards/Package_wizards_properties.mk
blob: 7be797877a8ed997951da9ae1035d20f1f0ab992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_Package_Package,wizards_properties,$(call gb_CustomTarget_get_workdir,wizards/locproperties)))

$(eval $(call gb_Package_add_files,wizards_properties,$(LIBO_SHARE_FOLDER)/wizards,\
	$(foreach lang,$(subst -,_,$(gb_TRANS_LANGS)),resources_$(lang).properties) \
))

# vim:set noet sw=4 ts=4:
/core/patch/sc/qa/unit?id=daf30c29be67b8b8fa361b0efd1a6cdbe087b6f8'>patch) treea1d7c6b1554be0e14f305b98ceb5d2b2b165880a /sc/qa/unit parent6a936ebc2909f22143da3c7e03582afc5c673c22 (diff)
CppunitTest_sc_opencl-2: use CPPUNIT_TEST_FIXTURE()
Avoiding the declaration/registration/definition of each test manually saves a lot of space. Change-Id: I3a6253d259bac58f8d8ca78cd5d4f9e357a2c315 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151589 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>