Skip to content

Commit

Permalink
print count
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Sep 25, 2024
1 parent ab5a66b commit ed1d1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fn make_test_basic_ffi_hb_get() -> Result<()> {
let _ = run_make_with("target/hyperbee")?;
let mut count = 0;
loop {
println!("{count}");
let output = run_script_relative_to_git_root("tests/common/c/target/hyperbee")?;
dbg!(&output.stdout);
println!("stdout:\n{}", String::from_utf8_lossy(&output.stdout));
Expand Down

0 comments on commit ed1d1fc

Please sign in to comment.