test/README: Updated "make test" to "./build.py test"

This commit is contained in:
Tobias Bieniek
2013-03-09 20:00:18 +01:00
parent f35e4cd319
commit 65397eb732

View File

@@ -22,8 +22,8 @@ With PhantomJS installed, and assuming phantomjs is in the PATH:
(Works with PhantomJS 1.6.1, untested with other versions.)
This command can also be run by doing `make test` at the root of ol3.
This command can also be run by doing `./build.py test` at the root of ol3.
Tip for TDD'ers: to make PhantomJS run the test suite continuously each time
a spec file is changed you can use nosier (http://pypi.python.org/pypi/nosier)
and do `nosier -p test -p src "make test"`.
and do `nosier -p test -p src "./build.py test"`.