Fix make test exclude

This commit is contained in:
Brandon Fish 2019-02-09 17:42:58 -06:00
parent 94c5acedbf
commit a8dcc0ee87

View File

@ -37,7 +37,7 @@ precommit: lint test
test:
# We use one thread so the emscripten stdouts doesn't collide
cargo test --all --exclude wasmer-emscripten -- --test-threads=1 $(runargs)
cargo test --all --exclude wasmer-runtime-c-api -- --test-threads=1 $(runargs)
# cargo test --all --exclude wasmer-emscripten -- --test-threads=1 $(runargs)
cargo build -p wasmer-runtime-c-api
cargo test -p wasmer-runtime-c-api -- --nocapture