Update the documentation for running the test-programs tests.

This commit is contained in:
Dan Gohman
2019-11-16 11:31:46 -08:00
committed by Jakub Konka
parent ea04aa5b98
commit a2479df329

View File

@@ -45,16 +45,11 @@ rustup target add wasm32-wasi
[rustup]: https://rustup.rs [rustup]: https://rustup.rs
Next initiate submodules containing the integration testsuite Now, you should be able to run the integration testsuite by running `cargo test` on the
`test-programs` package:
``` ```
git submodule update --init cargo test --package test-programs
```
Now, you should be able to run the integration testsuite by enabling the `wasm_tests` feature
```
cargo test --features wasm_tests
``` ```
## Third-Party Code ## Third-Party Code