From 67db007a10887082c1ca435593f43ff1a9be3c62 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 21:38:41 +0200 Subject: [PATCH] readme fix --- README.rst | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 60ab2d5f6..ae9003bfd 100644 --- a/README.rst +++ b/README.rst @@ -146,28 +146,38 @@ The package lies in the **build/** directory and is ready to be uploaded to `the Running tests ------------- -All tests:: +All tests +~~~~~~~~~ +:: make test -PHP Unit tests:: +PHP Unit tests +~~~~~~~~~~~~~~ +:: make unit-tests -Integration tests:: +Integration tests +~~~~~~~~~~~~~~~~~ +:: make integration-tests +Acceptance tests +~~~~~~~~~~~~~~~~ .. note:: For acceptance tests, a user with the name **test** and password **test** must exist! To change the url under which ownCloud is installed, set the environment variable $OWNCLOUD_HOST:: export OWNCLOUD_HOST='localhost/core' -Acceptance tests:: +:: make acceptance-tests -JavaScript unit tests:: +JavaScript unit tests +~~~~~~~~~~~~~~~~~~~~~ +:: make javascript-tests \ No newline at end of file