summaryrefslogtreecommitdiff
path: root/framework/CppunitTest_framework_dispatch.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-06-02 20:31:46 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-03 07:03:19 +0000
commitf8f0f834a174f1c63de16dbeb61de91d33de2092 (patch)
treec54fd20c952a7acdafae77b7ed548b49c64efadb /framework/CppunitTest_framework_dispatch.mk
parent69a3080ae9d1439bd325f55d6c799952b02536e0 (diff)
Add initial CppunitTest_framework_dispatch
Fails with commit 08cf2fd01064306eef7fdbb5b62320947c4d1089 (framework: last dispatchInterceptor gets asked first, 2016-05-20) reverted. Change-Id: I0e025a5d8996ecafa6b2fef753d6134079936b00 Reviewed-on: https://gerrit.libreoffice.org/25808 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'framework/CppunitTest_framework_dispatch.mk')
-rw-r--r--framework/CppunitTest_framework_dispatch.mk40
1 files changed, 40 insertions, 0 deletions
diff --git a/framework/CppunitTest_framework_dispatch.mk b/framework/CppunitTest_framework_dispatch.mk
new file mode 100644
index 000000000000..7e99ed5ec29a
--- /dev/null
+++ b/framework/CppunitTest_framework_dispatch.mk
@@ -0,0 +1,40 @@
+# -*- 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,framework_dispatch))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,framework_dispatch, \
+ framework/qa/cppunit/dispatchtest \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,framework_dispatch))
+
+$(eval $(call gb_CppunitTest_use_libraries,framework_dispatch, \
+ comphelper \
+ cppu \
+ cppuhelper \
+ fwk \
+ sal \
+ test \
+ unotest \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_external,framework_dispatch,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,framework_dispatch))
+
+$(eval $(call gb_CppunitTest_use_ure,framework_dispatch))
+$(eval $(call gb_CppunitTest_use_vcl,framework_dispatch))
+
+$(eval $(call gb_CppunitTest_use_rdb,framework_dispatch,services))
+
+$(eval $(call gb_CppunitTest_use_configuration,framework_dispatch))
+
+# vim: set noet sw=4 ts=4: