Fixed command names

This commit is contained in:
Syrus 2020-04-15 19:35:20 -07:00
parent 8a669cfda5
commit 6415579ed6

View File

@ -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: