summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_import.mk
blob: f160c9e8de8b1d7fb78eeb85c0e8d64b45350224 (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
# -*- 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,writerperfect_import))

$(eval $(call gb_CppunitTest_add_defs,writerperfect_import,\
	-DTEST_DIR=\"writerperfect/qa/unit/data/import\" \
))

$(eval $(call gb_CppunitTest_use_external,writerperfect_import,boost_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_import))

$(eval $(call gb_CppunitTest_use_libraries,writerperfect_import,\
	comphelper \
	cppu \
	sal \
	test \
	tl \
	unotest \
	utl \
	wpftqahelper \
))

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

$(eval $(call gb_CppunitTest_use_rdb,writerperfect_import,services))

$(eval $(call gb_CppunitTest_use_configuration,writerperfect_import))

$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_import,\
	writerperfect/qa/unit/ImportTest \
))

# vim: set noet sw=4 ts=4:
2023-04-21Fix apparent copy/paste typo in implementation nameStephan Bergmann 2023-04-13Fix UBSan function-type-mismatchStephan Bergmann 2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann 2022-12-14loplugin:unocast (i18npool::Calendar_gregorian)Stephan Bergmann 2022-11-23loplugin:unusedfields make some fields privateNoel Grandin 2022-11-22loplugin:unusedfieldsNoel Grandin 2022-05-26clang-tidy modernize-pass-by-value in i18npoolNoel Grandin 2022-05-03add o3tl::equalsAsciiNoel Grandin 2022-04-29tdf#148851 Unmap + close file again in xdictionary dtorMichael Weghorn 2022-04-11use more string_viewNoel Grandin 2022-03-12tdf#147905 calc PROPER function doesn't like mulithreadingNoel Grandin 2022-03-01fix data races in cclass_UnicodeNoel Grandin 2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein 2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen 2022-01-27Add CIRCLED NUMBER TWENTY ONE through CIRCLED NUMBER FIFTY to numbring listKevin Suo 2021-12-20flatten LocaleDataImpl a littleNoel Grandin 2021-11-21tdf#143148 Use pragma once in i18npoolHarjot 2021-11-19Cleanup locally used variables in Calendar_hijriHossein 2021-11-18Cleanup Calendar_hijriHossein