summaryrefslogtreecommitdiff
path: root/tests/png
diff options
context:
space:
mode:
authortabe <none@none>2009-01-04 10:28:36 +0000
committertabe <none@none>2009-01-04 10:28:36 +0000
commite4c8a57338980140fac14856933e4e97972c4cf7 (patch)
treee8834c0be505adc72b41a08afc9bb77d24eeb4d3 /tests/png
parentba71fe37c086c70e70ed122480508ae75b011172 (diff)
downloadlibgd-e4c8a57338980140fac14856933e4e97972c4cf7.tar.gz
fixed the executable paths.
Diffstat (limited to 'tests/png')
-rw-r--r--tests/png/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/png/CMakeLists.txt b/tests/png/CMakeLists.txt
index 53292af..5ca0732 100644
--- a/tests/png/CMakeLists.txt
+++ b/tests/png/CMakeLists.txt
@@ -9,5 +9,5 @@ SET(TESTS_FILES
FOREACH(test_name ${TESTS_FILES})
add_executable(${test_name} "${test_name}.c")
target_link_libraries (${test_name} ${GDTESTS_TARGET_LINK})
- ADD_TEST(${test_name} ${EXECUTABLE_OUTPUT_PATH}/${test_name})
+ ADD_TEST(${test_name} ${test_name})
ENDFOREACH(test_name)