summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/tests/gd2/Makemodule.am
blob: 4c0199039ebeecc8d955a6bd9e5172ad03f3f127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
libgd_test_programs += \
	gd2/gd2_empty_file \
	gd2/php_bug_72339 \
	gd2/gd2_read_corrupt

if HAVE_LIBZ
libgd_test_programs += \
	gd2/gd2_null

if HAVE_LIBPNG
libgd_test_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 \
	gd2/invalid_header.gd2 \
	gd2/invalid_neg_size.gd2 \
	gd2/php_bug_72339_exp.gd2