summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2015-05-25 01:25:25 +0200
committerØyvind Kolås <pippin@gimp.org>2015-06-01 22:26:59 +0200
commit224d7da4787c6d0a827eb63911e864629d1ebc44 (patch)
tree987a79e04b6e9275a2bbb352795761bf2bf40b89 /tests
parentedaac18cc62b05f0ddf9e07b9c0d4069388029df (diff)
dist: avoid distribution bunches of PNGs
Both the gallery in docs and the test compositions use PNG images which increase the size of the tarball by, currently, around 35mb.
Diffstat (limited to 'tests')
-rw-r--r--tests/compositions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 1e46fbd9..40a2e189 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -10,7 +10,7 @@
SUBDIRS=data
-EXTRA_DIST=$(wildcard $(srcdir)/*.xml) $(wildcard $(srcdir)/reference/*) run-compositions.py
+EXTRA_DIST=$(wildcard $(srcdir)/*.xml) run-compositions.py
TESTS = \
affine-with-negative.xml \
@@ -39,7 +39,7 @@ TESTS = \
image-compare.xml \
lens-flare.xml \
mantiuk06.xml \
- noise-cell.xml \
+ noise-cell.xml \
noise-hurl.xml \
noise-simplex.xml \
noise-solid.xml \