summaryrefslogtreecommitdiff
path: root/tests/bmp/CMakeLists.txt
blob: 57012247c75b0ab4e74f6efcb41000e840e2e053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIST(APPEND TESTS_FILES
	bmp_null
	bug00275
	bug00276
)

IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
	bmp_im2im
)
ENDIF(PNG_FOUND)

ADD_GD_TESTS()