update readme with release build mention

This commit is contained in:
Rahul Sharma 2015-10-14 21:50:43 +05:30
parent 55769b2fbf
commit e0d82556f7

View file

@ -43,6 +43,15 @@ to run all the DOM tests.
There are also a large number of command line options accepted by the
test harness; these are documented by running with `--help`.
Running all tests
------------------------------
Running all the WPT tests with debug mode results in a lot of timeout.
If one wants to run all the tests,
build with `mach build -r`
and
test with `mach test-wpt --release`
Running the tests without mach
------------------------------