diff --git a/Makefile b/Makefile index 77af8ae8f..a8e7c53de 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ test: cargo test -p wasmer-runtime-c-api -- --nocapture test-emscripten: - cargo test --manifest-path lib/spectests/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 clif -- --test-threads=1 $(runargs) + cargo test --manifest-path lib/emscripten/Cargo.toml --features llvm -- --test-threads=1 $(runargs) release: # If you are in OS-X, you will need mingw-w64 for cross compiling to windows