summaryrefslogtreecommitdiff
path: root/ucb/Module_ucb.mk
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-01-19 07:44:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-26 06:41:12 +0000
commit1f9f1fe342ebe65db8f48a4c38c92acf74122966 (patch)
tree0a60ac55a1d91c21688cfc70279df3f65b0e8454 /ucb/Module_ucb.mk
parentc43fdd74097cb12f69f86fd1217dd2f41ccae101 (diff)
Add initial cppunit test to webdav, 'local' only, neon version
This is a 'local' test, meaning it can be done without a WebDAV server. It's the first one, so very trivial... Change-Id: Idf660c7482c86251be02536106f079ac6bdef4b4 Reviewed-on: https://gerrit.libreoffice.org/21658 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'ucb/Module_ucb.mk')
-rw-r--r--ucb/Module_ucb.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk
index 990161c95393..a69b9378f164 100644
--- a/ucb/Module_ucb.mk
+++ b/ucb/Module_ucb.mk
@@ -31,6 +31,20 @@ $(eval $(call gb_Module_add_targets,ucb,\
))
endif
+ifeq ($(WITH_WEBDAV),neon)
+
+$(eval $(call gb_Module_add_check_targets,ucb,\
+ CppunitTest_ucb_webdav_local_neon \
+))
+
+endif
+
+ifeq ($(WITH_WEBDAV),serf)
+
+## Placeholder for future serf local test implementation
+
+endif
+
$(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\
JunitTest_ucb_complex \
JunitTest_ucb_unoapi \