summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax.mk
blob: 652695cc9732100e678a8a48f7ac0d4ab6f1a2c4 (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
# -*- 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,sax))

$(eval $(call gb_CppunitTest_use_sdk_api,sax))

$(eval $(call gb_CppunitTest_use_external,sax,boost_headers))

$(eval $(call gb_CppunitTest_use_libraries,sax, \
	sax \
	sal \
	comphelper \
	cppu \
))

$(eval $(call gb_CppunitTest_add_exception_objects,sax, \
	sax/qa/cppunit/test_converter \
))


# vim: set noet sw=4 ts=4:
f#130911: convert image-sort from Perl to PythonJussi Pakkanen 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2019-04-08Use sort on finds to improve deterministic buildTomáš Chvátal 2019-03-13Resolves: tdf#124023 target links.txt not updatedCaolán McNamara 2018-11-05Package separate SVG icon setsJan-Marek Glogowski 2018-03-19weld pdf warning dialogCaolán McNamara 2018-02-22Always execute pack_images.py with the right Python interpreterStephan Bergmann 2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal 2017-09-28tdf#106894: Rewrite packimages.pl in Python (pack_images.py)Jens Carl 2017-09-26Revert "tdf#106894 Rewrite packimages.pl in Python (pack_images.py)"Samuel Mehrbrodt 2017-09-26tdf#106894 Rewrite packimages.pl in Python (pack_images.py)Jens Carl 2017-05-12Move processing of help-specific images away from coreKatarina Behrens 2017-05-05add missing dep on dirDavid Tardon 2017-04-27can detangle the sdext graphic resource nowCaolán McNamara 2017-04-27remove wizards bitmaps from .src filesCaolán McNamara 2017-04-27remove sw bitmaps from .src filesCaolán McNamara 2017-04-27remove svx bitmaps from .src filesCaolán McNamara 2017-04-26remove sd bitmaps from .src filesCaolán McNamara 2017-04-26remove sc bitmaps from .src filesCaolán McNamara 2017-04-26remove svtools bitmaps from .src filesCaolán McNamara 2017-04-26remove xmlsecurity bitmaps from .src filesCaolán McNamara 2017-04-26remove reportdesign bitmaps from .src filesCaolán McNamara 2017-04-26remove framework bitmaps from .src filesCaolán McNamara 2017-04-26remove fpicker bitmaps from .src filesCaolán McNamara 2017-04-26remove formula bitmaps from .src filesCaolán McNamara 2017-04-26remove filter bitmaps from .src filesCaolán McNamara 2017-04-26remove extensions bitmaps from .src filesCaolán McNamara 2017-04-25remove desktop bitmaps from .src filesCaolán McNamara 2017-04-25remove dbaccess bitmaps from .src filesCaolán McNamara 2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara 2017-04-25remove bitmaps from .src filesCaolán McNamara 2016-11-04Allow including/packaging help-specific imagesKatarina Behrens 2016-10-13move pseudo bitmap resources to an ilstCaolán McNamara 2016-10-07sidebar theme loads pngs by name that are not picked up automaticallyCaolán McNamara 2016-06-22Revert "try to debug images_tango.zip failure on arm tinderbox"Tor Lillqvist 2016-06-08try to debug images_tango.zip failure on arm tinderboxDavid Tardon 2016-06-07pass image lists using a response fileDavid Tardon 2016-06-06use smaller hammerDavid Tardon 2016-06-06there is no image list in firebirdDavid Tardon 2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl