# -*- 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,vcl_jpeg_read_write_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_jpeg_read_write_test, \ vcl/qa/cppunit/jpeg/JpegReaderTest \ vcl/qa/cppunit/jpeg/JpegWriterTest \ )) $(eval $(call gb_CppunitTest_use_external,vcl_jpeg_read_write_test,boost_headers)) $(eval $(call gb_CppunitTest_set_include,vcl_jpeg_read_write_test,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_jpeg_read_write_test, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_jpeg_read_write_test)) $(eval $(call gb_CppunitTest_use_ure,vcl_jpeg_read_write_test)) $(eval $(call gb_CppunitTest_use_vcl,vcl_jpeg_read_write_test)) $(eval $(call gb_CppunitTest_use_components,vcl_jpeg_read_write_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ uui/util/uui \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_jpeg_read_write_test)) # vim: set noet sw=4 ts=4: ;ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
so that we get nice stack traces in our test error logs instead of just
the title of the exception

Change-Id: I47f30d80b9efbc7dbeff7f4456755e416e577b5a
Reviewed-on: https://gerrit.libreoffice.org/25510
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
coverity#1326262 Dereference after null check 2015-10-15T13:26:07+00:00 Caolán McNamara caolanm@redhat.com 2015-10-15T12:10:49+00:00 21c30f6e416ba25908e9633733a09ba38b8e1a2a Change-Id: I2c426e140ff3fde2ffaa2c5b6fc676d8d77e6afa
Change-Id: I2c426e140ff3fde2ffaa2c5b6fc676d8d77e6afa
coverity#1326261 Dereference after null check 2015-10-15T13:26:07+00:00 Caolán McNamara caolanm@redhat.com 2015-10-15T12:10:17+00:00 5e5f3a3b0f58ac97fd3744cca46ed96e7031299e Change-Id: If6d30d9d6217917dc577b35b9d17f1cc6e4566a9
Change-Id: If6d30d9d6217917dc577b35b9d17f1cc6e4566a9
java: simplify array creation 2015-01-09T13:10:51+00:00 Noel Grandin noel@peralex.com 2015-01-09T12:51:38+00:00 3757c03fc8f138427e21c41ef5e66e8c5a98159c and remove the need to worry about keeping indexes correct Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
and remove the need to worry about keeping indexes correct

Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
java: remove some unused import statements 2014-08-04T11:38:31+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:19:23+00:00 dfd4b94a52698858ad8cd595f98d77bc21a11206 Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
java: remove some casting in lib.TestParameters#getMSF 2014-08-04T11:38:30+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:16:37+00:00 f493555623fb36bb51e78a4630483271ed36afe7 where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
where the return value is always cast to XMultiServiceFactory,
so just do the cast in the method and avoid noise at the call sites.

Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
'>distro/lhm/libreoffice-6-1+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cpputools/Executable_sp2bv.mk
AgeCommit message (Expand)Author