From cad4110e10ff74d80810eb0e0030237dc7529e5c Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Wed, 6 Mar 2019 23:58:07 -0600 Subject: [PATCH] Fix typo in Makefile test-emscripten --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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