Skip to content

Commit

Permalink
use dyntest for tests/tests.rs (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored May 28, 2024
1 parent c18425e commit 301512e
Show file tree
Hide file tree
Showing 76 changed files with 37 additions and 261 deletions.
212 changes: 9 additions & 203 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hvm64-host = { path = "./host" }

[dev-dependencies]
insta = { version = "1.34.0", features = ["glob"] }
serial_test = "3.0.0"
dyntest = "0.1.2"

[features]
default = ["std"]
Expand All @@ -53,3 +53,7 @@ trace = ["hvm64-runtime/trace"]

[patch.crates-io]
highlight_error = { git = "https://github.com/tjjfvi/rust_highlight_error/", branch = "no_std" }

[[test]]
name = "tests"
harness = false
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dups",
"dylib",
"dylibs",
"dyntest",
"effectful",
"fmts",
"fuzzer",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 301512e

Please sign in to comment.