diff options
author | JF Bastien <github@jfbastien.com> | 2016-01-04 11:24:51 -0800 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2016-01-04 11:24:51 -0800 |
commit | f9fba61d0ad055a57db2b13d8b7672a36db16b9a (patch) | |
tree | d2177768af7cf3ffc79b6b6ed34a8b6b5a7bd51b | |
parent | 816deb062f33d6396e1bcd4eecb57634d2abd381 (diff) | |
parent | 95f3e51691d865a0429bd579cce4918dfe27aef1 (diff) | |
download | binaryen-f9fba61d0ad055a57db2b13d8b7672a36db16b9a.tar.gz binaryen-f9fba61d0ad055a57db2b13d8b7672a36db16b9a.tar.bz2 binaryen-f9fba61d0ad055a57db2b13d8b7672a36db16b9a.zip |
Merge pull request #61 from WebAssembly/jfbastien-patch-1
README: mention update.py
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,6 +23,8 @@ Usage instructions for each are below. ## Building +First run `update.py` to initialize the git submodules and fetch the test files. You may need to re-run `update.py` from time to time. + ``` $ ./build.sh ``` @@ -165,7 +167,7 @@ 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. * 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. + * We have tests from upstream in `tests/spec` and `tests/experimental`, in git submodules. Running `./update.py` should update those. (`src/emscripten-optimizer` is synced with `tools/optimizer/` in the main emscripten repo, for convenience) |