diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-12 10:09:38 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-12 10:09:38 +0100 |
| commit | 97fb3cc56442c4d831ef2c9e1599cc8105ff2b96 (patch) | |
| tree | 2f62d90956cfa39490112a93d8ba9bb41c6b8577 /.cargo | |
| parent | 1663131fb135abf96e4e68a5f872d5cb282ec5e5 (diff) | |
test(tinywasm): add AssertReturn to spec test harness
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
