summaryrefslogtreecommitdiff
path: root/stoc/Module_stoc.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/Module_stoc.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/Module_stoc.mk')
-rw-r--r--stoc/Module_stoc.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/stoc/Module_stoc.mk b/stoc/Module_stoc.mk
index 7c77f6b3dc39..d05c53d55fd3 100644
--- a/stoc/Module_stoc.mk
+++ b/stoc/Module_stoc.mk
@@ -29,4 +29,8 @@ $(eval $(call gb_Module_add_targets,stoc,\
endif
+$(eval $(call gb_Module_add_check_targets,stoc, \
+ CppunitTest_stoc_uriproc \
+))
+
# vim:set noet sw=4 ts=4: