summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_stream.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-08-08 13:43:42 +0200
committerDavid Tardon <dtardon@redhat.com>2013-08-08 16:42:10 +0200
commit988036c3c4fc7515aaaad7ff80664fc4c5fd8236 (patch)
tree589d7b6abb2242bfae00b4f1f06133fd63181fcf /writerperfect/CppunitTest_writerperfect_stream.mk
parent3ce9508e31226f2b453877e34946dc5916519d86 (diff)
add unit test for WPXSvInputStream
Change-Id: Ia799cf54e8c90f68a8e74df72b0c8b6a33c41e7e
Diffstat (limited to 'writerperfect/CppunitTest_writerperfect_stream.mk')
-rw-r--r--writerperfect/CppunitTest_writerperfect_stream.mk53
1 files changed, 53 insertions, 0 deletions
diff --git a/writerperfect/CppunitTest_writerperfect_stream.mk b/writerperfect/CppunitTest_writerperfect_stream.mk
new file mode 100644
index 000000000000..f5b79c9c0f0c
--- /dev/null
+++ b/writerperfect/CppunitTest_writerperfect_stream.mk
@@ -0,0 +1,53 @@
+# -*- 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_stream))
+
+$(eval $(call gb_CppunitTest_set_include,writerperfect_stream,\
+ -I$(SRCDIR)/writerperfect/source/common \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_CppunitTest_use_api,writerperfect_stream,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,writerperfect_stream))
+
+$(eval $(call gb_CppunitTest_use_externals,writerperfect_stream,\
+ wpd \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,writerperfect_stream,\
+ comphelper \
+ cppu \
+ sal \
+ sot \
+ test \
+ utl \
+))
+
+$(eval $(call gb_CppunitTest_use_static_libraries,writerperfect_stream,\
+ writerperfect \
+))
+
+$(eval $(call gb_CppunitTest_use_configuration,writerperfect_stream))
+
+$(eval $(call gb_CppunitTest_use_components,writerperfect_stream,\
+ configmgr/source/configmgr \
+ ucb/source/core/ucb1 \
+ ucb/source/ucp/file/ucpfile1 \
+))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_stream,\
+ writerperfect/qa/unit/WPXSvStreamTest \
+))
+
+# vim: set noet sw=4 ts=4: