summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-2.1.1/tests/gdimagecopyrotated/CMakeLists.txt
blob: 7f75aa7c57224a729db3fb4546a7e2c64a606863 (plain)
1
2
3
4
5
6
7
8
9
10

SET(TESTS_FILES
	bug00020
)

FOREACH(test_name ${TESTS_FILES})
	add_executable(${test_name} "${test_name}.c")
	target_link_libraries (${test_name} gdTest)
	add_test(NAME ${test_name} COMMAND ${test_name})
ENDFOREACH(test_name)