Skip to content

Commit

Permalink
use dyntest for tests/tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed May 28, 2024
1 parent d0261e0 commit d453ccd
Show file tree
Hide file tree
Showing 75 changed files with 35 additions and 260 deletions.
212 changes: 8 additions & 204 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 = { path = "../dyntest" }

[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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 d453ccd

Please sign in to comment.