summaryrefslogtreecommitdiff
path: root/xmlsecurity/CppunitTest_qa_certext.mk
blob: faa5459d3e88b44dfd4838faf5967d9b2ecaf521 (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
# -*- 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,xmlsecurity_qa_certext))

$(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_qa_certext))

$(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_qa_certext,\
	cppu \
	neon \
	sal \
	svl \
	test \
	tl \
))

$(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_qa_certext,\
	xmlsecurity/qa/certext/SanCertExt \
))

# vim: set noet sw=4 ts=4:
in stoc to xmlsec..Jochen Nitschke 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-03-10Special case for ANDROID is supposed to no longer be neededStephan Bergmann 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-15Use CPPUNIT_ASSERT_EQUALStephan Bergmann 2015-08-24Clean up outputStephan Bergmann 2015-08-24Make test order deterministicStephan Bergmann 2015-08-06unotest.py: call the magic bootstrap init function once onlyMichael Stahl 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-06-26Python 2.7 compatibility for unotest.pyMatthew J. Francis 2015-06-25improve the error message when a java UNO test failsNoel Grandin 2015-06-23Uno api sidebar unit test tdf#91806Laurent Godard 2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin 2015-04-01simplifyStephan Bergmann 2015-03-31MacrosTest::loadFromDesktop: use comphelper::containerToSequence()Miklos Vajna 2015-03-30WaE: passing [...] by value, rather pass by referenceTor Lillqvist 2015-03-30Unit tests for SkipImagesLászló Németh 2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist 2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2015-02-23unotest: unobootstrapprotector needs runtime dependency on unorcMichael Stahl 2015-02-09Adapt file URL hackery to WindowsStephan Bergmann 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2015-02-03copy test file to workdir to avoid overwritingLionel Elie Mamane 2015-01-12java: simplify sleeping and waiting in testsNoel Grandin 2015-01-05java: remove more dead codeNoel Grandin 2015-01-05java: remove dead codeNoel Grandin