Add links to volunteer-maintained test runners

This commit is contained in:
smikes 2016-07-06 20:48:10 -06:00
parent 163fae3e68
commit dd32ad7c16
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)