Skip to content

Commit

Permalink
test: migrate eight-tests to lit testing infrastructure (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Feb 15, 2025
1 parent fbf1c1e commit e1b1594
Show file tree
Hide file tree
Showing 29 changed files with 774 additions and 1,233 deletions.
202 changes: 2 additions & 200 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,17 @@ members = [
"compiler/eight-std",
"compiler/eight-support",
"compiler/eight-syntax",
"compiler/eight-tests",
"tools/eight-regtest",
"tools/eight-xtask",
]

[profile.dev.package]
insta.opt-level = 3
similar.opt-level = 3

[workspace.dependencies]
clap = { version = "4.3.19", features = ["derive"] }
bumpalo = { version = "3.11.1", features = ["collections"] }
miette = { version = "7.4.0", features = ["derive"] }
insta = { version = "1.41.1", features = ["serde", "ron", "glob"] }
insta-cmd = { version = "0.6.0" }
pretty = "0.12.3"
serde = { version = "1.0.216", features = ["derive"] }
ron = { version = "0.8.1" }
Expand Down
8 changes: 0 additions & 8 deletions compiler/eight-tests/Cargo.toml

This file was deleted.

5 changes: 0 additions & 5 deletions compiler/eight-tests/tests/ast-lower/for_loop_reduction.test

This file was deleted.

3 changes: 0 additions & 3 deletions compiler/eight-tests/tests/ast-lower/generic_substituion.test

This file was deleted.

Loading

0 comments on commit e1b1594

Please sign in to comment.