summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 18:01:28 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 18:01:28 +0200
commite90e0779f3ccdc18c9143c0cf73adc53c5dc10dc (patch)
tree9a0b2774be293eb02a90b35b3b4ffefdf93c15ab /README.rst
parent8ee79c729abe0f5121732f9cdcbc71ac7f864c16 (diff)
make it easier to run js tests
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 96ec30694..bc513be57 100644
--- a/README.rst
+++ b/README.rst
@@ -149,23 +149,24 @@ JavaScript
~~~~~~~~~~
For JavaScript tests see :file:`js/README.md`
-
-PHP
-~~~
All tests::
make test
-Unit tests::
+PHP Unit tests::
- make unit
+ make unit-tests
Integration tests::
- make integration
+ make integration-tests
.. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
Acceptance tests::
- make acceptance
+ make acceptance-tests
+
+JavaScript tests::
+
+ make javascript-tests \ No newline at end of file