From e02a6cb2c3e2b23b203b422e4e0680877f232636 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 11 Apr 2014 21:47:01 +0100 Subject: add a ras import test Change-Id: Idc9267a2bb1bca13c40c746ab3b1974d7e4258ab --- filter/CppunitTest_filter_ras_test.mk | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 filter/CppunitTest_filter_ras_test.mk (limited to 'filter/CppunitTest_filter_ras_test.mk') diff --git a/filter/CppunitTest_filter_ras_test.mk b/filter/CppunitTest_filter_ras_test.mk new file mode 100644 index 000000000000..feead9d3b597 --- /dev/null +++ b/filter/CppunitTest_filter_ras_test.mk @@ -0,0 +1,41 @@ +# -*- 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,filter_ras_test)) + +$(eval $(call gb_CppunitTest_use_external,filter_ras_test,boost_headers)) + +$(eval $(call gb_CppunitTest_add_exception_objects,filter_ras_test, \ + filter/qa/cppunit/filters-ras-test \ +)) + +$(eval $(call gb_CppunitTest_use_libraries,filter_ras_test, \ + ira \ + sal \ + test \ + tl \ + unotest \ + vcl \ + $(gb_UWINAPI) \ +)) + +$(eval $(call gb_CppunitTest_use_api,filter_ras_test,\ + udkapi \ + offapi \ +)) + +$(eval $(call gb_CppunitTest_use_ure,filter_ras_test)) + +$(eval $(call gb_CppunitTest_use_components,filter_ras_test,\ + configmgr/source/configmgr \ +)) + +$(eval $(call gb_CppunitTest_use_configuration,filter_ras_test)) + +# vim: set noet sw=4 ts=4: -- cgit