Add capi emscripten test to test-capi recipe

This commit is contained in:
Mark McCaskey 2019-12-16 18:07:07 -05:00
parent a2b47bd591
commit cd0b4a3d7f

View File

@ -137,7 +137,7 @@ test-capi-emscripten: capi-emscripten
cargo test --manifest-path lib/runtime-c-api/Cargo.toml --release \
--no-default-features --features singlepass-backend,emscripten
test-capi: test-capi-singlepass test-capi-cranelift test-capi-llvm
test-capi: test-capi-singlepass test-capi-cranelift test-capi-llvm test-capi-emscripten
capi-test: test-capi