summaryrefslogtreecommitdiff
path: root/tests/gdimagefilledpolygon
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/gdimagefilledpolygon
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/gdimagefilledpolygon')
-rw-r--r--tests/gdimagefilledpolygon/Makemodule.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/gdimagefilledpolygon/Makemodule.am b/tests/gdimagefilledpolygon/Makemodule.am
new file mode 100644
index 0000000..4dd9a26
--- /dev/null
+++ b/tests/gdimagefilledpolygon/Makemodule.am
@@ -0,0 +1,16 @@
+if HAVE_LIBPNG
+check_PROGRAMS += \
+ gdimagefilledpolygon/bug00100 \
+ gdimagefilledpolygon/gdimagefilledpolygon0 \
+ gdimagefilledpolygon/gdimagefilledpolygon1 \
+ gdimagefilledpolygon/gdimagefilledpolygon2 \
+ gdimagefilledpolygon/gdimagefilledpolygon3
+endif
+
+EXTRA_DIST += \
+ gdimagefilledpolygon/CMakeLists.txt \
+ gdimagefilledpolygon/bug00100.png \
+ gdimagefilledpolygon/gdimagefilledpolygon0.png \
+ gdimagefilledpolygon/gdimagefilledpolygon1.png \
+ gdimagefilledpolygon/gdimagefilledpolygon2.png \
+ gdimagefilledpolygon/gdimagefilledpolygon3.png