Skip to content

Commit

Permalink
Add capi emscripten test to test-capi recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Dec 16, 2019
1 parent a2b47bd commit cd0b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd0b4a3

Please sign in to comment.