Add comments.

pull/92/head
Dan Gohman 5 years ago
parent b4b552c1ef
commit 1928fc364b

@ -1,6 +1,9 @@
#!/bin/bash
set -ueo pipefail
# Top-level test runner. Usage is "run.sh <runwasi>" where <runwasi> is a
# WASI-capable runtime.
runwasi="$1"
cd compile-only

Loading…
Cancel
Save