From dfc9f1aa3f71d2d8c8f39e31efec2890e55ce0b0 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 19 Jul 2017 21:43:18 +0200 Subject: [PATCH] Add xandikos test example --- docs/contributing.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 5cb4dc5..6d3b0fd 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -97,6 +97,11 @@ The ``Makefile`` has a lot of options that allow you to control which tests are run, and which servers are tested. Take a look at its code where they are all initialized and documented. +For example, to test xandikos, run:: + + make DAV_SERVER=xandikos install-test + make DAV_SERVER=xandikos test + If you have any questions, feel free to open issues about it. Structure of the testsuite