summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax.mk
blob: 0e889e2418b19cbc9fedad346a65c4dbd8af7787 (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
# -*- 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_cpputest))

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

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

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


# vim: set noet sw=4 ts=4:
de7e99268a8862664d2cb2574231c3b18'>use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara 2014-06-04compareToAscii -> equalsAsciiNoel Grandin 2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold 2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni 2014-04-24scaddins: sal_Bool->boolNoel Grandin 2014-04-22coverity#708114 Uninitialized scalar fieldCaolán McNamara 2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-07coverity#708113 Uninitialized scalar fieldCaolán McNamara 2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard 2014-03-27scaddins: workaround spurious MSVC warning C4701Michael Stahl 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-25coverity#1019315 Dead default in switchCaolán McNamara