summaryrefslogtreecommitdiff
path: root/tests/gdimagearc/CMakeLists.txt
blob: 1a0139edc4e9523c328f4a3294ad229853168c61 (plain)
1
2
3
4
5
6
7
8
9
SET(TESTS_FILES
	bug00079
)

FOREACH(test_name ${TESTS_FILES})
	add_executable(${test_name} "${test_name}.c")
	target_link_libraries (${test_name} ${GDTESTS_TARGET_LINK})
	ADD_TEST(${test_name} ${test_name})
ENDFOREACH(test_name)