diff options
author | tabe <none@none> | 2009-01-04 10:28:36 +0000 |
---|---|---|
committer | tabe <none@none> | 2009-01-04 10:28:36 +0000 |
commit | e4c8a57338980140fac14856933e4e97972c4cf7 (patch) | |
tree | e8834c0be505adc72b41a08afc9bb77d24eeb4d3 /tests/gdimagecolorexact | |
parent | ba71fe37c086c70e70ed122480508ae75b011172 (diff) | |
download | libgd-e4c8a57338980140fac14856933e4e97972c4cf7.tar.gz |
fixed the executable paths.
Diffstat (limited to 'tests/gdimagecolorexact')
-rw-r--r-- | tests/gdimagecolorexact/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagecolorexact/CMakeLists.txt b/tests/gdimagecolorexact/CMakeLists.txt index cf68e3b..c468e1a 100644 --- a/tests/gdimagecolorexact/CMakeLists.txt +++ b/tests/gdimagecolorexact/CMakeLists.txt @@ -5,5 +5,5 @@ SET(TESTS_FILES FOREACH(test_name ${TESTS_FILES}) add_executable(${test_name} "${test_name}.c") target_link_libraries (${test_name} gdTest ${GDTESTS_TARGET_LINK}) - ADD_TEST("${test_name}" ${EXECUTABLE_OUTPUT_PATH}/${test_name}) + ADD_TEST("${test_name}" ${test_name}) ENDFOREACH(test_name) |