From f8f0f834a174f1c63de16dbeb61de91d33de2092 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 2 Jun 2016 20:31:46 +0200 Subject: 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 Tested-by: Jenkins --- framework/CppunitTest_framework_dispatch.mk | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 framework/CppunitTest_framework_dispatch.mk (limited to 'framework/CppunitTest_framework_dispatch.mk') 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: -- cgit