summaryrefslogtreecommitdiff
path: root/tests/gd2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-30 20:58:17 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-30 21:02:45 -0400
commit613e8c93e35a494209f80c253dfee408fef44ff4 (patch)
tree68db773fa76572935b9e5cd468023a36d3589ac2 /tests/gd2
parent92c3209484cb8baa07c88f65f4be0de8ce238de0 (diff)
downloadlibgd-613e8c93e35a494209f80c253dfee408fef44ff4.tar.gz
tests: split up makefile entries
This matches what we've done with cmake files, and it makes managing the subdirs much easier.
Diffstat (limited to 'tests/gd2')
-rw-r--r--tests/gd2/Makemodule.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/gd2/Makemodule.am b/tests/gd2/Makemodule.am
new file mode 100644
index 0000000..eccc811
--- /dev/null
+++ b/tests/gd2/Makemodule.am
@@ -0,0 +1,22 @@
+check_PROGRAMS += \
+ gd2/gd2_empty_file
+
+if HAVE_LIBZ
+check_PROGRAMS += \
+ gd2/gd2_null \
+ gd2/gd2_read_corrupt
+
+if HAVE_LIBPNG
+check_PROGRAMS += \
+ gd2/gd2_im2im \
+ gd2/gd2_read
+endif
+
+endif
+
+EXTRA_DIST += \
+ gd2/CMakeLists.txt \
+ gd2/conv_gd2_exp.gd2 \
+ gd2/conv_test.gd2 \
+ gd2/conv_test_exp.png \
+ gd2/empty.gd2