Skip to content

Commit

Permalink
README: mention update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbastien committed Jan 4, 2016
1 parent 816deb0 commit a9b0fd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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 `./pudate.py` should update those.

(`src/emscripten-optimizer` is synced with `tools/optimizer/` in the main emscripten repo, for convenience)

Expand Down

0 comments on commit a9b0fd3

Please sign in to comment.