File: Makemodule.am

package info (click to toggle)
libgd2 2.2.4-2%2Bdeb9u5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,956 kB
  • sloc: ansic: 46,953; sh: 5,560; cpp: 1,325; makefile: 295; perl: 223; tcl: 45; awk: 43
file content (31 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
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
26
27
28
29
30
31
libgd_test_programs += \
	gd2/bug_289 \
	gd2/bug00309 \
	gd2/bug00354 \
	gd2/gd2_empty_file \
	gd2/php_bug_72339 \
	gd2/gd2_read_corrupt \
	gd2/too_few_image_data

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/bug00354a.gd2 \
	gd2/bug00354b.gd2 \
	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/too_few_image_data.gd2