summaryrefslogtreecommitdiff
path: root/postprocess/CppunitTest_services.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-17 10:44:59 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-18 07:15:50 +0100
commitff9614a744368f187422b98b40e90ee5231b045f (patch)
treebb32b1c718575698cda1383c37b21e54a24b81b6 /postprocess/CppunitTest_services.mk
parentd8bbae2fd6786c2647b7b59e54d9dabdd47603d7 (diff)
Add a unit test trying to create every available service with default ctor.
Change-Id: I79e70aeabdb816eaf7a719d2094034d78d11c90b
Diffstat (limited to 'postprocess/CppunitTest_services.mk')
-rw-r--r--postprocess/CppunitTest_services.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
new file mode 100644
index 000000000000..f6da8f61875e
--- /dev/null
+++ b/postprocess/CppunitTest_services.mk
@@ -0,0 +1,31 @@
+# -*- 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,services))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,services, \
+ postprocess/qa/services \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,services, \
+ cppu \
+ sal \
+ test \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_CppunitTest_use_sdk_api,services))
+
+$(eval $(call gb_CppunitTest_use_ure,services))
+
+$(eval $(call gb_CppunitTest_use_rdb,services,services))
+
+$(eval $(call gb_CppunitTest_use_configuration,services))
+
+# vim: set noet sw=4 ts=4: