Skip to content

Commit

Permalink
test: test load prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 16, 2024
1 parent c192eb4 commit 00b0292
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ mod tests {
})
}

#[test]
fn prepare_geometry() {
let geom = Gshhg::geom_from_embedded().unwrap();
let prep = PreparedGeometry::from(geom);
}

#[cfg(feature = "nightly")]
mod benches {
use super::*;
Expand Down

0 comments on commit 00b0292

Please sign in to comment.