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

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)