summaryrefslogtreecommitdiff
path: root/tests/gdimagefilltoborder/CMakeLists.txt
blob: 38255aa6c6525af4f6e79af235bc0f9c9d5a4e46 (plain)
1
2
3
4
5
6
7
8
9
10

SET(TESTS_FILES
	bug00037
)
FOREACH(test_name ${TESTS_FILES})
	add_executable(${test_name} "${test_name}.c")
	target_link_libraries (${test_name} ${GDTESTS_TARGET_LINK})
	get_target_property(test_path ${test_name} LOCATION)
	ADD_TEST(${test_name} ${test_path})
ENDFOREACH(test_name)