From 17c9c278c1c881bf2a94617e761441deb93d9f6f Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 3 Sep 2023 23:18:16 -0400 Subject: failures! --- src/lib.rs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 7bbd80b..cf5a140 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -775,7 +775,15 @@ mod tests { } #[test] - fn test1() { - test_both!("examples/test.png"); + fn test_small() { + test_both!("examples/small.png"); + } + #[test] + fn test_earth0() { + test_both!("examples/earth0.png"); + } + #[test] + fn test_earth9() { + test_both!("examples/earth9.png"); } } -- cgit v1.2.3