From e90e0779f3ccdc18c9143c0cf73adc53c5dc10dc Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 18:01:28 +0200 Subject: make it easier to run js tests --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3