From 12d5626288fe6944307988563587d33067a93934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 14 Nov 2012 12:45:07 +0100 Subject: [PATCH] make replaced with build.py --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 89d98d68cb..f01f7e9a08 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ You can turn off compilation by appending `?mode=RAW` to the URL, for example ## Run tests Run the plovr web server (see above), and either open the `test/ol.html` file -in the browser (e.g. ), or run `make test` +in the browser (e.g. ), or run `./build.py test` on the console (headless testing with PhantomJS). See also the test-specific [readme](https://github.com/openlayers/ol3/tree/master/test).