Blame SOURCES/gd-2.0.35-runtests.patch

afb210
diff -up gd-2.0.35/tests/CMakeLists.txt.tests gd-2.0.35/tests/CMakeLists.txt
afb210
--- gd-2.0.35/tests/CMakeLists.txt.tests	2012-08-28 10:49:51.172059567 +0200
afb210
+++ gd-2.0.35/tests/CMakeLists.txt	2012-08-28 10:49:43.251931396 +0200
afb210
@@ -23,8 +23,8 @@ if (BUILD_TEST)
afb210
 	include_directories (BEFORE ${GD_INCLUDE_DIR} "${GDTEST_SOURCE_DIR}")
afb210
 	link_directories ("${GD_LIBS_DIR}" "${GDTEST_BINARY_DIR}/gdtest")
afb210
 
afb210
-	#FIND_LIBRARY(GD_LIB "gd" PATHS ${GD_LIBS_DIR})
afb210
-	#message(STATUS "GD_LIB: ${GD_LIB}")
afb210
+	FIND_LIBRARY(GD_LIB "gd" PATHS ${GD_LIBS_DIR})
afb210
+	message(STATUS "GD_LIB: ${GD_LIB}")
afb210
 
afb210
 	SET(TESTS_DIRS
afb210
 		gdtest
afb210
@@ -33,7 +33,7 @@ if (BUILD_TEST)
afb210
 		gdimagecolorexact
afb210
 		gdimagecolorresolve
afb210
 		#gdimageellipse
afb210
-		gdimageline
afb210
+		#gdimageline
afb210
 		gdimagefilledellipse
afb210
 		gdimagecopyrotated
afb210
 		gdtiled