summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_ras_test.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-11 21:47:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-11 21:51:22 +0100
commite02a6cb2c3e2b23b203b422e4e0680877f232636 (patch)
tree90505d564c7ad9e92f8c1a92e4dda2fd7244ccc9 /filter/CppunitTest_filter_ras_test.mk
parent11a210c25f975a28d62b3ea915fa47627df8fb64 (diff)
add a ras import test
Change-Id: Idc9267a2bb1bca13c40c746ab3b1974d7e4258ab
Diffstat (limited to 'filter/CppunitTest_filter_ras_test.mk')
-rw-r--r--filter/CppunitTest_filter_ras_test.mk41
1 files changed, 41 insertions, 0 deletions
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: