Skip to content

Commit 666b83a

Browse files
committed
Tests
1 parent dce912b commit 666b83a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99

1010
/*.snap
1111
/*_source.tar.bz2
12+
*.sh
13+
.cargo/

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ doctest = false
2020
name = "gifski"
2121
required-features = ["binary"]
2222

23-
[[test]]
24-
name = "tests"
25-
required-features = ["png"]
26-
2723
[dependencies]
2824
gifsicle = { version = "1.93.0", optional = true }
2925
clap = { version = "4.2.5", features = ["cargo"], optional = true }
@@ -53,6 +49,9 @@ optional = true
5349
default-features = false
5450
features = ["codec", "format", "filter", "software-resampling", "software-scaling"]
5551

52+
[dev-dependencies]
53+
lodepng = "3.8.1"
54+
5655
[features]
5756
# cargo build will skip the binaries with missing required-features
5857
# so all CLI dependencies have to be enabled by default

0 commit comments

Comments
 (0)