summaryrefslogtreecommitdiff
path: root/tests/gd/Makemodule.am
blob: df14e3e55f6468c36f1a0a28e8c2a9098be265b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libgd_test_programs += \
	gd/gd_versiontest

if ENABLE_GD_FORMATS
libgd_test_programs += \
	gd/bug00383 \
	gd/gd_null \
	gd/gd_num_colors

if HAVE_LIBPNG
libgd_test_programs += \
	gd/gd_im2im
endif
endif

EXTRA_DIST += \
	gd/bug00383 \
	gd/crafted_num_colors.gd \
	gd/CMakeLists.txt