7e8e57a456
...for CPPUNIT_TEST_NAME=testThemeExport::TestBody introduced in
c95288aec4
"ODP export: write the theme of a
master page",
> warn:test:3875202:3875202:test/source/bootstrapfixture.cxx:240: /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng[-1,-1]: Error: Can't find bundle for base name com.sun.msv.reader.Messages, locale en_US
> /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng[-1,-1]: Fatal: Can't find bundle for base name com.sun.msv.reader.Messages, locale en_US
> /home/sbergman/lo/core/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng:Schema has validation errors.
> Validation aborted.
>
> /home/sbergman/lo/core/test/source/bootstrapfixture.cxx:241:testThemeExport::TestBody
> forced failure
Change-Id: Ib028d1449a9b878aea3b073de6388fb3bb6d590c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126485
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# -*- 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_CppunitTest_CppunitTest,xmloff_draw))
|
|
|
|
$(eval $(call gb_CppunitTest_use_externals,xmloff_draw,\
|
|
boost_headers \
|
|
libxml2 \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,xmloff_draw, \
|
|
xmloff/qa/unit/draw \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,xmloff_draw, \
|
|
comphelper \
|
|
cppu \
|
|
embobj \
|
|
sal \
|
|
test \
|
|
unotest \
|
|
utl \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,xmloff_draw))
|
|
|
|
$(eval $(call gb_CppunitTest_use_ure,xmloff_draw))
|
|
$(eval $(call gb_CppunitTest_use_vcl,xmloff_draw))
|
|
|
|
$(eval $(call gb_CppunitTest_use_rdb,xmloff_draw,services))
|
|
|
|
$(eval $(call gb_CppunitTest_use_custom_headers,xmloff_draw,\
|
|
officecfg/registry \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_use_configuration,xmloff_draw))
|
|
|
|
$(eval $(call gb_CppunitTest_add_arguments,xmloff_draw, \
|
|
-env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|