more snapshot

This commit is contained in:
Robin Appelman 2022-04-21 19:41:44 +02:00
commit 1cc9856597
6 changed files with 18 additions and 0 deletions

View file

@ -17,3 +17,19 @@ fn snapshot_gully() {
expect_file!["../test_data/gully_cut.md5"],
);
}
#[test]
fn snapshot_icewind() {
snapshot(
"test_data/icewind_85000_90300.dem",
expect_file!["../test_data/icewind_85000_90300_cut.md5"],
);
}
#[test]
fn snapshot_kimo() {
snapshot(
"test_data/Kimo_8000_100000.dem",
expect_file!["../test_data/Kimo_8000_100000_cut.md5"],
);
}