summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax_xmlimport.mk
blob: 959d392fb4c103ae11e2fd7f8b8c7426b90dc456 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# -*- 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_xmlimport))

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_xmlimport))

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

$(eval $(call gb_CppunitTest_use_libraries,sax_xmlimport, \
    test \
    cppu \
    comphelper \
    sal \
    cppuhelper \
    sax \
    unotest \
    utl \
    salhelper \
))

$(eval $(call gb_CppunitTest_use_api,sax_xmlimport,\
    offapi \
    udkapi \
))

$(eval $(call gb_CppunitTest_use_ure,sax_xmlimport))
$(eval $(call gb_CppunitTest_use_vcl,sax_xmlimport))

$(eval $(call gb_CppunitTest_set_include,sax_xmlimport,\
    -I$(SRCDIR)/sax/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_components,sax_xmlimport,\
    configmgr/source/configmgr \
    sax/source/expatwrap/expwrap \
    ucb/source/core/ucb1 \
    ucb/source/ucp/file/ucpfile1 \
    uui/util/uui \
))

$(eval $(call gb_CppunitTest_use_configuration,sax_xmlimport))

# vim: set noet sw=4 ts=4:
14:58:51 +0200'>2021-10-21loplugin:flattenNoel Grandin 2021-10-18salhelper : simplify salhelper::TimerManager initalization and use std::mutexArnaud Versini 2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák 2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2020-11-19tdf#123936 Formatting files in module salhelper with clang-formatPhilipp Hofer 2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN 2019-01-09tdf#42949 Fix IWYU warnings in salhelper/Gabor Kelemen 2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek 2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-07Drop workaround for old MSVC that no longer appears necessary with MSVC 2017Stephan Bergmann 2018-08-30Remove redundant asserts after newMike Kaganski 2018-08-10tdf#42949 Fix IWYU warnings in include/salhelper/*Gabor Kelemen 2018-02-02salhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-07loplugin:salcall handle static methodsNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-10-23loplugin:includeform: salhelperStephan Bergmann 2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin 2017-07-21loplugin:constparams in soltools and variousNoel Grandin 2017-06-27iOS, remove java and cppunittestjan Iversen 2017-06-18tdf#43157 - salhelper: timer.cxx change OSL_ASSERT to assertChris Sherlock 2017-06-16salhelper: cleanup include/salhelper/timer.hxxChris Sherlock 2017-06-12tdf#43157 - salhelper: convert from OSL_ASSERT to assertChris Sherlock 2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin 2017-05-18Revert "Fix typos"Stephan Bergmann 2017-05-18Fix typosAndrea Gelmini 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-18salhelper: change oslCondition to osl::ConditionChris Sherlock 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-18includes should be at the top of the fileNoel Grandin 2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann