Merge pull request #725 from smikes/for-review/smikes/add-running-docs

Add "how to run" on front page
This commit is contained in:
Tom Care 2016-07-19 14:31:47 -07:00 committed by GitHub
commit 39987bd503
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ Test262 tests conformance to the continually maintained draft future ECMAScript
### Running Test262
> See [INTERPRETING.md](./INTERPRETING.md)
There are a number of volunteer-maintained projects that may be used to execute Test262 in various ECMAScript hosts:
- https://github.com/bterlson/test262-harness (platform: Node.js)
- https://github.com/test262-utils/test262-harness-py (platform: Python)