summaryrefslogtreecommitdiff
path: root/tests/gif
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-30 21:52:45 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-30 21:52:45 -0400
commit0315e441ec787ab95131d8ef679672e50018dbc7 (patch)
treeb916b9cc52d66c76a604dd7b2658742e3771438f /tests/gif
parent3c47bb4f0f2e3b722c16075f916658c5844ed695 (diff)
downloadlibgd-0315e441ec787ab95131d8ef679672e50018dbc7.tar.gz
tests: gd2: add general read test helpers #208
Since we have random files we want to read & check, turn the two read programs into general tools. Then we have shell scripts to run against the right inputs. Most of the changes here are just shuffling variable names so we can add to check_PROGRAMS independently of TESTS.
Diffstat (limited to 'tests/gif')
-rw-r--r--tests/gif/Makemodule.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gif/Makemodule.am b/tests/gif/Makemodule.am
index 52aba91..50f671f 100644
--- a/tests/gif/Makemodule.am
+++ b/tests/gif/Makemodule.am
@@ -1,11 +1,11 @@
-check_PROGRAMS += \
+libgd_test_programs += \
gif/bug00005_2 \
gif/bug00181 \
gif/bug00227 \
gif/gif_null
if HAVE_LIBPNG
-check_PROGRAMS += \
+libgd_test_programs += \
gif/bug00005 \
gif/bug00006 \
gif/bug00060 \