summaryrefslogtreecommitdiff
path: root/stoc/CppunitTest_stoc_uriproc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-08-16 14:10:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-08-16 19:44:33 +0200
commit91e213f58f264f110c6a94c1c18c00333e6fcdf6 (patch)
tree98d52cdb6fb74e7b42d7490dce1d819f487cf15e /stoc/CppunitTest_stoc_uriproc.mk
parent23f60bbf283414bae6f649992c18253c9d0ac2ab (diff)
Re-enable stoc/test/uriproc/
...which had gone missing with d2097ad456b4626dd6972e015489ce3d22eb1872 "gbuildize stoc". Required lots of loplugin warning fixes now. Change-Id: I411034f462846557f72ea1e9a91cd88517d2944c Reviewed-on: https://gerrit.libreoffice.org/77579 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/CppunitTest_stoc_uriproc.mk')
-rw-r--r--stoc/CppunitTest_stoc_uriproc.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/stoc/CppunitTest_stoc_uriproc.mk b/stoc/CppunitTest_stoc_uriproc.mk
new file mode 100644
index 000000000000..6ca328edc39a
--- /dev/null
+++ b/stoc/CppunitTest_stoc_uriproc.mk
@@ -0,0 +1,26 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
+#
+# 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,stoc_uriproc))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,stoc_uriproc, \
+ stoc/test/uriproc/test_uriproc \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,stoc_uriproc, \
+ cppu \
+ cppuhelper \
+ sal \
+))
+
+$(eval $(call gb_CppunitTest_use_udk_api,stoc_uriproc))
+
+$(eval $(call gb_CppunitTest_use_ure,stoc_uriproc))
+
+# vim: set noet sw=4 ts=4: