summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlencryption.mk
blob: 09b2fb1c01300722f0f1eda4e971c2cc8b3ac68d (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
# -*- 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,sw_ooxmlencryption))

$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlencryption, \
    sw/qa/extras/ooxmlexport/ooxmlencryption \
))

$(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlencryption, \
	$(sw_ooxmlexport_libraries) \
))

$(eval $(call gb_CppunitTest_use_externals,sw_ooxmlencryption,\
	boost_headers \
    libxml2 \
))

$(eval $(call gb_CppunitTest_set_include,sw_ooxmlencryption,\
    -I$(SRCDIR)/sw/inc \
    -I$(SRCDIR)/sw/source/core/inc \
	-I$(SRCDIR)/sw/qa/extras/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_sdk_api,sw_ooxmlencryption))
$(eval $(call gb_CppunitTest_use_ure,sw_ooxmlencryption))
$(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlencryption))

$(eval $(call gb_CppunitTest_use_components,sw_ooxmlencryption,\
	$(sw_ooxmlexport_components) \
	filter/source/storagefilterdetect/storagefd \
))

$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlencryption))

$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlencryption,\
	oox_generated \
))

# vim: set noet sw=4 ts=4:
td>Stephan Bergmann 2015-02-18TyposJulien Nabet 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-27Get rid of std::auto_ptr in stable URE interfaceStephan Bergmann 2015-01-16Variadic cppu::WeakComponentImplHelperStephan Bergmann 2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann 2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2015-01-07bla, blaStephan Bergmann 2015-01-07Variadic cppu::ImplInheritanceHelperStephan Bergmann 2015-01-07Variadic cppu::WeakImplHelperStephan Bergmann 2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-08coverity#706283 Uncaught exceptionCaolán McNamara 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl 2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl 2014-09-22loplugin: cstylecastNoel Grandin 2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin