summaryrefslogtreecommitdiffstats
path: root/filter/CppunitTest_filter_priority.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-07-07 18:04:33 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-07-07 18:05:18 +0100
commit0f8cf397d4de28ab9e16d4d1c6ca408323d7e189 (patch)
treed3f898843b2763380525196471dc1c57cd291e50 /filter/CppunitTest_filter_priority.mk
parentfix build errors related to AVFoundation @ OS X <10.7 (diff)
downloadcore-0f8cf397d4de28ab9e16d4d1c6ca408323d7e189.tar.gz
core-0f8cf397d4de28ab9e16d4d1c6ca408323d7e189.zip
fdo#80955 - add a unit test.
Change-Id: Ie79a86827c4ee9feabcabf2530b30466f95905ed
Diffstat (limited to 'filter/CppunitTest_filter_priority.mk')
-rw-r--r--filter/CppunitTest_filter_priority.mk42
1 files changed, 42 insertions, 0 deletions
diff --git a/filter/CppunitTest_filter_priority.mk b/filter/CppunitTest_filter_priority.mk
new file mode 100644
index 000000000000..e5046ac0e3a2
--- /dev/null
+++ b/filter/CppunitTest_filter_priority.mk
@@ -0,0 +1,42 @@
+# -*- 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_priority))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,filter_priority))
+$(eval $(call gb_CppunitTest_use_ure,filter_priority))
+
+$(eval $(call gb_CppunitTest_use_configuration,filter_priority))
+
+$(eval $(call gb_CppunitTest_use_external,filter_priority,boost_headers))
+
+$(eval $(call gb_CppunitTest_use_libraries,filter_priority, \
+ comphelper \
+ unotest \
+ cppuhelper \
+ cppu \
+ sal \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_components,filter_priority,\
+ configmgr/source/configmgr \
+ filter/source/config/cache/filterconfig1 \
+ framework/util/fwk \
+ framework/util/fwl \
+ i18npool/util/i18npool \
+ ucb/source/core/ucb1 \
+ ucb/source/ucp/file/ucpfile1 \
+))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,filter_priority, \
+ filter/qa/cppunit/priority-test \
+))
+
+# vim: set noet sw=4 ts=4: