diff options
author | Benjamin Otte <otte@redhat.com> | 2015-10-12 16:06:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-13 02:56:48 +0200 |
commit | 1d49b21bd423f276f2df42d11ab0d610fed5988b (patch) | |
tree | c48580b9859b60e8f78926b2c32d57c896399a08 /tests/Makefile.am | |
parent | b0ec540672051e948ded166fb41a9766c1ddcfdc (diff) | |
download | gdk-pixbuf-1d49b21bd423f276f2df42d11ab0d610fed5988b.tar.gz |
tests: Add a bunch of TGA images
These images are buggy, but we load them. So add them as reftests.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7cf9bff55..45289f253 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,7 +61,8 @@ dist_installed_test_data = \ large.jpg \ $(wildcard $(srcdir)/test-images/fail/*) \ $(wildcard $(srcdir)/test-images/randomly-modified/*) \ - $(wildcard $(srcdir)/test-images/reftest/tga/*) \ + $(wildcard $(srcdir)/test-images/reftests/*) \ + $(wildcard $(srcdir)/test-images/reftests/tga/*) \ $(NULL) pixbuf_randomly_modified_SOURCES = \ |