diff options
author | pommicket <pommicket@gmail.com> | 2023-09-03 23:18:16 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-03 23:18:16 -0400 |
commit | 17c9c278c1c881bf2a94617e761441deb93d9f6f (patch) | |
tree | f85e5f6a8e970f16045f79eede0ac00e7ccaba4c /src/lib.rs | |
parent | fa4e07f8de55d149639ab4c2a1669545c6a914f7 (diff) |
failures!
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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"); } } |