summaryrefslogtreecommitdiff
path: root/tests/gdimagecopyrotated
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/gdimagecopyrotated
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/gdimagecopyrotated')
-rw-r--r--tests/gdimagecopyrotated/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gdimagecopyrotated/CMakeLists.txt b/tests/gdimagecopyrotated/CMakeLists.txt
index 3689563..ee7e638 100644
--- a/tests/gdimagecopyrotated/CMakeLists.txt
+++ b/tests/gdimagecopyrotated/CMakeLists.txt
@@ -5,6 +5,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} gdTest ${GDTESTS_TARGET_LINK})
ADD_TEST(${test_name} ${EXECUTABLE_OUTPUT_PATH}/${test_name})
-ENDFOREACH(test_name) \ No newline at end of file
+ENDFOREACH(test_name)