Skip to content

Commit

Permalink
quicklog(tests): split tests into separate harness (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
thog92 authored Feb 22, 2024
1 parent c1f7ffc commit 61b66ea
Show file tree
Hide file tree
Showing 13 changed files with 547 additions and 528 deletions.
7 changes: 7 additions & 0 deletions quicklog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ keywords = ["quicklog", "logger"]
workspace = "../"
readme = "../README.md"
build = "build.rs"
# passing all test cases through trybuild
autotests = false

[lib]
name = "quicklog"
path = "src/lib.rs"

[[test]]
name = "tests"
path = "tests/ui.rs"

[dependencies]
lazy_format = "2.0.0"
quicklog-clock = { path = "../quicklog-clock", version = "0.1.3" }
Expand All @@ -33,6 +39,7 @@ tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = "0.3.16"
recycle-box = { version = "0.2.0"}
trybuild = "1.0.85"

[[bench]]
name = "logger_benchmark"
Expand Down
Loading

0 comments on commit 61b66ea

Please sign in to comment.