summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:38:41 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 21:38:41 +0200
commit67db007a10887082c1ca435593f43ff1a9be3c62 (patch)
treea17b3569dc6c6b04e706987d6a15bf5e29619b4e /README.rst
parent9bd385bf433d4ae806c0478c30370a3994952634 (diff)
readme fix
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files 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