summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29d2c855e..3704256c9 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,15 @@ That will emit `a.html`, `a.js`, and `a.asm.js`. That last file is the asm.js mo
(or `python check.py`) will run `asm2wasm` on the testcases in `test/`, and verify their outputs.
+The `check.py` script supports some options:
+
+```
+./check.py [--interpreter=/path/to/interpreter] [TEST1] [TEST2]..
+```
+
+ * If an interpreter is provided, we run the output through it, checking for parse errors.
+ * If tests are provided, we run exactly those. If none are provided, we run them all.
+
## License & Contributing
Same as Emscripten: MIT license.