blob: c4bb6f82687937046c0ea6b0c0e14da6479e3890 [file] [log] [blame]
#[test]
fn check_env_set() {
assert_eq!("Howdy", env!("FROM_BUILD_SCRIPT"));
}