Skip to content

Commit 5349d71

Browse files
committed
Add more details about running tests
1 parent e2feef4 commit 5349d71

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
See https://github.com/WebAssembly/wasi-testsuite
1+
# Running tests
2+
The following command executes wasi-threads tests using wasmtime runtime.
3+
4+
```bash
5+
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite
6+
cd wasi-testsuite/
7+
TEST_RUNTIME_EXE="wasmtime <TBD flags>" python3 test-runner/wasi_test_runner.py \
8+
-r adapters/wasmtime.sh \
9+
-t tests/proposals/wasi-threads/
10+
```
11+
12+
See https://github.com/WebAssembly/wasi-testsuite for details.

0 commit comments

Comments
 (0)