mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-09 17:22:14 +00:00
Fix typo in Makefile test-emscripten
This commit is contained in:
parent
1957ddef53
commit
cad4110e10
4
Makefile
4
Makefile
@ -45,8 +45,8 @@ test:
|
|||||||
cargo test -p wasmer-runtime-c-api -- --nocapture
|
cargo test -p wasmer-runtime-c-api -- --nocapture
|
||||||
|
|
||||||
test-emscripten:
|
test-emscripten:
|
||||||
cargo test --manifest-path lib/spectests/Cargo.toml --features clif -- --test-threads=1 $(runargs)
|
cargo test --manifest-path lib/emscripten/Cargo.toml --features clif -- --test-threads=1 $(runargs)
|
||||||
cargo test --manifest-path lib/spectests/Cargo.toml --features llvm -- --test-threads=1 $(runargs)
|
cargo test --manifest-path lib/emscripten/Cargo.toml --features llvm -- --test-threads=1 $(runargs)
|
||||||
|
|
||||||
release:
|
release:
|
||||||
# If you are in OS-X, you will need mingw-w64 for cross compiling to windows
|
# If you are in OS-X, you will need mingw-w64 for cross compiling to windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user