From 97fb3cc56442c4d831ef2c9e1599cc8105ff2b96 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 12 Dec 2023 10:09:38 +0100 Subject: test(tinywasm): add AssertReturn to spec test harness Signed-off-by: Henry Gressmann --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 1337d89..31a61b0 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [alias] dev="run -- -l debug run" +spec-mvp="test --package tinywasm --test mvp -- test_mvp --exact --nocapture --ignored" -- cgit v1.3.1