Skip to content

Commit

Permalink
Merge pull request #282 from KisaragiEffective/fix/testsuite/log-regr…
Browse files Browse the repository at this point in the history
…ession
  • Loading branch information
KisaragiEffective authored Oct 15, 2023
2 parents 83eaaf1 + d7ff04e commit a8aeb89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions package/origlang-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
env_logger = "0.10.0"
log = "0.4.20"
origlang-ast = { version = "0.1.0", path = "../origlang-ast" }
origlang-compiler = { version = "0.1.0", path = "../origlang-compiler" }
Expand Down
1 change: 1 addition & 0 deletions package/origlang-testsuite/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![allow(clippy::unnecessary_wraps)]

fn main() {
env_logger::init();
eprintln!("start");
Test::run_all().expect("failed");
eprintln!("end");
Expand Down

0 comments on commit a8aeb89

Please sign in to comment.