summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_impress.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-03-23 22:02:33 +0100
committerDavid Tardon <dtardon@redhat.com>2014-03-23 23:04:49 +0100
commitcc7c33b23a33036395dd6f608587a4303ad9b121 (patch)
tree03d547bc65023c141e1b70dabc12882211116077 /writerperfect/CppunitTest_writerperfect_impress.mk
parentb1d00137f2ae0dde7ba0d4a42f184538120a05e5 (diff)
add a smoketest for wpftimpress import lib
Change-Id: Ifcbc1fd941c8984ef02ef437f6369c0b2df3b28b
Diffstat (limited to 'writerperfect/CppunitTest_writerperfect_impress.mk')
-rw-r--r--writerperfect/CppunitTest_writerperfect_impress.mk38
1 files changed, 38 insertions, 0 deletions
diff --git a/writerperfect/CppunitTest_writerperfect_impress.mk b/writerperfect/CppunitTest_writerperfect_impress.mk
new file mode 100644
index 000000000000..b2fdffba1722
--- /dev/null
+++ b/writerperfect/CppunitTest_writerperfect_impress.mk
@@ -0,0 +1,38 @@
+# -*- 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_impress))
+
+$(eval $(call gb_CppunitTest_use_api,writerperfect_impress,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,writerperfect_impress, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ sal \
+ test \
+ ucbhelper \
+ unotest \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_ure,writerperfect_impress))
+
+$(eval $(call gb_CppunitTest_use_rdb,writerperfect_impress,services))
+
+$(eval $(call gb_CppunitTest_use_configuration,writerperfect_impress))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_impress, \
+ writerperfect/qa/unit/wpftimpress \
+))
+
+# vim: set noet sw=4 ts=4: