summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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");
}
}