From a2479df32932b2481ae576a9b07a55081288b20c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 16 Nov 2019 11:31:46 -0800 Subject: [PATCH] Update the documentation for running the test-programs tests. --- crates/wasi-common/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/crates/wasi-common/README.md b/crates/wasi-common/README.md index ca5e169a48..40c40fc917 100644 --- a/crates/wasi-common/README.md +++ b/crates/wasi-common/README.md @@ -45,16 +45,11 @@ rustup target add wasm32-wasi [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 -``` - -Now, you should be able to run the integration testsuite by enabling the `wasm_tests` feature - -``` -cargo test --features wasm_tests +cargo test --package test-programs ``` ## Third-Party Code