summaryrefslogtreecommitdiff
path: root/tests/gdimagefilledpolygon/CMakeLists.txt
blob: 030a22464b1b9003e84a90306b9f06464f22956e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
	gdimagefilledpolygon0
	gdimagefilledpolygon1
	gdimagefilledpolygon2
	gdimagefilledpolygon3
	bug00100
	php_bug_64641
	self_intersecting
)
ENDIF(PNG_FOUND)

ADD_GD_TESTS()