tdf#104310: Accept also x14-style dataValidations
[LibreOffice.git] / xmlsecurity / CppunitTest_xmlsecurity_signing.mk
blobf7bbb0e837535e8980701ee553c9906538e0cd57
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,xmlsecurity_signing))
14 $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_signing, \
15 xmlsecurity/qa/unit/signing/signing \
18 $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_signing, \
19 comphelper \
20 cppuhelper \
21 cppu \
22 sal \
23 sax \
24 sfx \
25 test \
26 tl \
27 unotest \
28 utl \
29 xmlsecurity \
30 $(gb_UWINAPI) \
33 $(eval $(call gb_CppunitTest_use_externals,xmlsecurity_signing,\
34 boost_headers \
35 libxml2 \
38 $(eval $(call gb_CppunitTest_set_include,xmlsecurity_signing,\
39 -I$(SRCDIR)/xmlsecurity/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_signing))
45 $(eval $(call gb_CppunitTest_use_ure,xmlsecurity_signing))
46 $(eval $(call gb_CppunitTest_use_vcl,xmlsecurity_signing))
48 $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_signing,services))
50 $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_signing))
52 ifeq ($(ENABLE_PDFIMPORT),TRUE)
53 $(eval $(call gb_CppunitTest_use_executable,xmlsecurity_signing,xpdfimport))
54 endif
56 # vim: set noet sw=4 ts=4: