summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_wpftimport.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-02-13 22:51:31 +0100
committerDavid Tardon <dtardon@redhat.com>2017-02-13 22:56:52 +0100
commit1f7441211a5aa3c6ef379ae10b192a162ea6bdc8 (patch)
tree9aa18581912ca7a3f8ad0c823f29fdb80a6ca315 /writerperfect/CppunitTest_writerperfect_wpftimport.mk
parentd9b6edc0981c3f064d580df53e35dec11809afc5 (diff)
test result of text document import
Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2
Diffstat (limited to 'writerperfect/CppunitTest_writerperfect_wpftimport.mk')
-rw-r--r--writerperfect/CppunitTest_writerperfect_wpftimport.mk52
1 files changed, 52 insertions, 0 deletions
diff --git a/writerperfect/CppunitTest_writerperfect_wpftimport.mk b/writerperfect/CppunitTest_writerperfect_wpftimport.mk
new file mode 100644
index 000000000000..529f9535b428
--- /dev/null
+++ b/writerperfect/CppunitTest_writerperfect_wpftimport.mk
@@ -0,0 +1,52 @@
+# -*- 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_wpftimport))
+
+$(eval $(call gb_CppunitTest_set_include,writerperfect_wpftimport,\
+ -I$(SRCDIR)/writerperfect/inc \
+ -I$(SRCDIR)/writerperfect/source/writer \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_externals,writerperfect_wpftimport,\
+ odfgen \
+ revenge \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_wpftimport))
+
+$(eval $(call gb_CppunitTest_use_libraries,writerperfect_wpftimport,\
+ comphelper \
+ cppu \
+ cppuhelper \
+ sal \
+ test \
+ unotest \
+ utl \
+ wpftqahelper \
+ writerperfect \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,writerperfect_wpftimport))
+$(eval $(call gb_CppunitTest_use_vcl,writerperfect_wpftimport))
+
+$(eval $(call gb_CppunitTest_use_rdbs,writerperfect_wpftimport,\
+ services \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,writerperfect_wpftimport))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_wpftimport,\
+ writerperfect/qa/unit/TextImportTest \
+ writerperfect/qa/unit/wpftimport \
+))
+
+# vim: set noet sw=4 ts=4: