summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-14 00:53:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-14 00:53:32 -0500
commit6b8ba08807cdfee61cb81c66a0e5d0508e5b9bb6 (patch)
tree8f82eb7ae9d4d952d5c1e866e20ea4db4f51bec3
parente7bd415b9d0ef70f51d41da23485ae9aedf26ae9 (diff)
downloadgdk-pixbuf-6b8ba08807cdfee61cb81c66a0e5d0508e5b9bb6.tar.gz
Fix make distcheck
-rw-r--r--tests/Makefile.am19
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 187eb0d61..de3442e25 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,18 +17,9 @@ LDADD = \
$(NULL)
noinst_PROGRAMS += \
- animation \
pixbuf-read \
pixbuf-lowmem \
- pixbuf-randomly-modified \
pixbuf-random \
- pixbuf-threads \
- pixbuf-icon-serialize \
- pixbuf-icc \
- pixbuf-stream \
- pixbuf-resource \
- pixbuf-scale \
- pixbuf-save \
$(NULL)
test_programs = \
@@ -43,7 +34,7 @@ test_programs = \
pixbuf-save \
$(NULL)
-dist_test_data = \
+dist_installed_test_data = \
test-image.png \
test-animation.gif \
test-animation.ani \
@@ -57,8 +48,14 @@ pixbuf_resource_SOURCES = \
resources.c
BUILT_SOURCES += resources.h resources.c
-DISTCLEANFILES += resources.h resources.c
+DISTCLEANFILES += \
+ resources.h resources.c \
+ pixbuf-save-options \
+ pixbuf-randomly-modified-image \
+ pixbuf-save-roundtrip
+
EXTRA_DIST += resources.gresource.xml
+TESTS_ENVIRONMENT += GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/loaders.cache
resources.h: resources.gresource.xml
$(AM_V_GEN) GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/loaders.cache GDK_PIXBUF_PIXDATA=$(top_builddir)/gdk-pixbuf/gdk-pixbuf-pixdata $(GLIB_COMPILE_RESOURCES) $(srcdir)/resources.gresource.xml --target=$@ --sourcedir=$(srcdir) --generate-header