summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-03 23:18:16 -0400
committerpommicket <pommicket@gmail.com>2023-09-03 23:18:16 -0400
commit17c9c278c1c881bf2a94617e761441deb93d9f6f (patch)
treef85e5f6a8e970f16045f79eede0ac00e7ccaba4c /src/lib.rs
parentfa4e07f8de55d149639ab4c2a1669545c6a914f7 (diff)
failures!
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs12
1 files changed, 10 insertions, 2 deletions
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");
}
}