summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
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