Skip to content

Commit

Permalink
Add test guidance + a little formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasm-dev committed Jul 27, 2023
1 parent efbdd12 commit e6be0f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jnat"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
license = "MIT"
description = "A wrapper around the jni crate"
Expand Down
5 changes: 4 additions & 1 deletion integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ fn get_dylib_name(lib: &str) -> String {
}

fn setup() {
println!("Remember to run cargo build before running this!");
println!("Remember to run cargo build before running this");
println!("If you get weird errors, try running cargo clean");

env::set_var("RUST_APP_LOG", "debug");
pretty_env_logger::init_custom_env("RUST_APP_LOG");
Expand Down Expand Up @@ -188,5 +189,7 @@ fn main() {
}
}

println!();

teardown();
}

0 comments on commit e6be0f7

Please sign in to comment.