test-all.sh: wasimtime-wasi-c does not exist anymore

This commit is contained in:
Pat Hickey
2020-08-24 16:41:24 -07:00
parent 51d88f7899
commit a2eae90701

View File

@@ -64,13 +64,7 @@ RUST_BACKTRACE=1 cargo test \
--package wiggle-generate \ --package wiggle-generate \
--package wiggle-test \ --package wiggle-test \
--package wiggle-macro \ --package wiggle-macro \
--package wasi-common \ --package wasi-common
# Test wasmtime-wasi-c, which doesn't support Windows.
if [ "${OS:-Not}" != "Windows_NT" ]; then
RUST_BACKTRACE=1 cargo test \
--package wasmtime-wasi-c
fi
# Make sure the documentation builds. # Make sure the documentation builds.
banner "Rust documentation: $topdir/target/doc/wasmtime/index.html" banner "Rust documentation: $topdir/target/doc/wasmtime/index.html"