test(integration): add cross-crate boundary tests

This commit is contained in:
Joseph O'Brien
2026-04-01 06:32:07 -04:00
parent eb1807a8b1
commit 02c84c32f7
2 changed files with 116 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ publish = false
name = "bootstrap"
path = "tests/bootstrap.rs"
[[test]]
name = "cross_crate"
path = "tests/cross_crate.rs"
[dev-dependencies]
notstrap = { path = "../../crates/notstrap" }
notfiles = { path = "../../crates/notfiles" }