mirror of https://github.com/tc39/test262.git
Add test262-harness-dotnet to README
I've developed a library for running and generating (currently) NUnit based test suites for test262. This is already being successfully used in two .NET projects, Jint (JS interpreter) and esprima-dotnet (JS parsing library).
This commit is contained in:
parent
520c418499
commit
715c3ceb16
|
@ -43,6 +43,7 @@ Volunteer-maintained projects that may be used to execute Test262 in various ECM
|
|||
- https://github.com/test262-utils/test262-harness-py (platform: Python)
|
||||
- https://bakkot.github.io/test262-web-runner/ (platform: web)
|
||||
- https://github.com/Izhido/test262_harness_cpp (platform: C++)
|
||||
- https://github.com/lahma/test262-harness-dotnet (platform: .NET)
|
||||
|
||||
|
||||
### How To Read CI Results
|
||||
|
|
Loading…
Reference in New Issue