summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/tests/gdimagecolordeallocate/CMakeLists.txt
blob: 7958cd6cce4bcf368f4f7da54da7b20abd320e45 (plain)
1
2
3
4
5
6
7
8
9
SET(TESTS_FILES
	gdimagecolordeallocate
)

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)