diff --git a/tests/run.sh b/tests/run.sh index eb1ad67..0bc1457 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,6 +1,9 @@ #!/bin/bash set -ueo pipefail +# Top-level test runner. Usage is "run.sh " where is a +# WASI-capable runtime. + runwasi="$1" cd compile-only