summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index b27192b..e702802 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -4,3 +4,4 @@ test-wasm-1="test --package tinywasm --test test-wasm-1 --release"
test-wasm-2="test --package tinywasm --test test-wasm-2 --release"
test-wasm-3="test --package tinywasm --test test-wasm-3 --release"
test-wast="test --package tinywasm --test test-wast"
+test-wasm-custom="test --package tinywasm --test test-wasm-custom --release"