diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-30 21:52:45 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-30 21:52:45 -0400 |
commit | 0315e441ec787ab95131d8ef679672e50018dbc7 (patch) | |
tree | b916b9cc52d66c76a604dd7b2658742e3771438f /tests/gdimagestringft | |
parent | 3c47bb4f0f2e3b722c16075f916658c5844ed695 (diff) | |
download | libgd-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/gdimagestringft')
-rw-r--r-- | tests/gdimagestringft/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagestringft/Makemodule.am b/tests/gdimagestringft/Makemodule.am index 8f6ea34..0dfe26f 100644 --- a/tests/gdimagestringft/Makemodule.am +++ b/tests/gdimagestringft/Makemodule.am @@ -1,5 +1,5 @@ if HAVE_LIBFREETYPE -check_PROGRAMS += \ +libgd_test_programs += \ gdimagestringft/gdimagestringft_bbox endif |