summaryrefslogtreecommitdiff
path: root/tests/gdimagecolordeallocate
diff options
context:
space:
mode:
authorpajoye <none@none>2008-04-18 14:32:10 +0000
committerpajoye <none@none>2008-04-18 14:32:10 +0000
commitb406d91158560613002cc00bf47d685779a7fa4c (patch)
tree3e19c4127df20be2357510c0918af02abbfef518 /tests/gdimagecolordeallocate
parent9b64daf7136acb0bc1c188073f42c844d304b0c9 (diff)
downloadlibgd-b406d91158560613002cc00bf47d685779a7fa4c.tar.gz
- fix tests running under MinGW
- jpeg and freetpye (2.3.5) compiled under mingw seems to behaves differently. jpeg_read and freetype/bug00132 tests fail. I will have to investigate later
Diffstat (limited to 'tests/gdimagecolordeallocate')
-rw-r--r--tests/gdimagecolordeallocate/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdimagecolordeallocate/CMakeLists.txt b/tests/gdimagecolordeallocate/CMakeLists.txt
index 8964c5e..8ecc37e 100644
--- a/tests/gdimagecolordeallocate/CMakeLists.txt
+++ b/tests/gdimagecolordeallocate/CMakeLists.txt
@@ -4,6 +4,6 @@ SET(TESTS_FILES
FOREACH(test_name ${TESTS_FILES})
add_executable(${test_name} "${test_name}.c")
- target_link_libraries (${test_name} gdTest ${GD_LIB})
+ target_link_libraries (${test_name} ${GDTESTS_TARGET_LINK})
ADD_TEST("${test_name}" ${EXECUTABLE_OUTPUT_PATH}/${test_name})
ENDFOREACH(test_name)