We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df62707 commit acae22dCopy full SHA for acae22d
doc/specification.md
@@ -2,9 +2,9 @@
2
3
This document describes how to use the JSON test specifications to write your own test executor for
4
[`wasi-testsuite`](..). The test executor included in this project provides a completely-usable
5
-reference implementation, but projects with other requirements may want to run the tests in their
6
-own way (e.g., no Python dependency). The JSON test specifications provide a simple way to verify
7
-that the tests indeed passed.
+reference [implementation](../test-runner), but projects with other requirements may want to run the
+tests in their own way (e.g., no Python dependency). The JSON test specifications provide a simple
+way to verify that the tests indeed passed.
8
9
### Configuration
10
0 commit comments