mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Fixed command names
This commit is contained in:
parent
8a669cfda5
commit
6415579ed6
4
Makefile
4
Makefile
@ -217,8 +217,8 @@ integration-tests: release-clif examples
|
||||
|
||||
examples:
|
||||
cargo build --release $(backend_features) --examples
|
||||
test -f target/release/examples/callbackx && ./target/release/examples/callback || echo "skipping callback test"
|
||||
test -f target/release/examples/pluginx && ./target/release/examples/plugin || echo "skipping plugin test"
|
||||
test -f target/release/examples/callback && ./target/release/examples/callback || echo "skipping callback test"
|
||||
test -f target/release/examples/plugin && ./target/release/examples/plugin || echo "skipping plugin test"
|
||||
|
||||
# Utils
|
||||
lint:
|
||||
|
Loading…
Reference in New Issue
Block a user