summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-18 13:46:44 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-18 13:46:44 -0800
commitee704bf65d71e63fc6d268204ede55e247261872 (patch)
tree9b0ad2a45f80c13054050ac7068ab8c84ec08712
parentf7037892baf98635764e0baadb17963409f65165 (diff)
downloadbinaryen-ee704bf65d71e63fc6d268204ede55e247261872.tar.gz
binaryen-ee704bf65d71e63fc6d268204ede55e247261872.tar.bz2
binaryen-ee704bf65d71e63fc6d268204ede55e247261872.zip
readme notes on git submodules
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9d09a17c..1c4d0269a 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,8 @@ The `check.py` script supports some options:
* 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.
- * `asm2wasm` tests require no dependencies. `wasm.js` tests require `emcc` and `nodejs` in the path.
+ * Some tests require `emcc` or `nodejs` in the path. They will not run if the tool cannot be found, and you'll see a warning.
+ * We have tests from upstream in `tests/spec` and `tests/experimental`, in git submodules. Running `./build.sh` should update those.
## License & Contributing