summaryrefslogtreecommitdiff
path: root/tests/gdimagecrop
diff options
context:
space:
mode:
authorwilson chen <willson.chenwx@gmail.com>2020-01-02 20:27:29 +0800
committerGitHub <noreply@github.com>2020-01-02 20:27:29 +0800
commitb1151dedb1676926bf256e4a035f616aa1c0a160 (patch)
treef42f2861afd93742cb9233e3983a8be8ec3733f2 /tests/gdimagecrop
parent8321d47931251c680ea3492d60e97d93d56559ab (diff)
downloadlibgd-b1151dedb1676926bf256e4a035f616aa1c0a160.tar.gz
tests: Correct some test depend errors
Diffstat (limited to 'tests/gdimagecrop')
-rw-r--r--tests/gdimagecrop/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/gdimagecrop/CMakeLists.txt b/tests/gdimagecrop/CMakeLists.txt
index 49b0909..43f6f6c 100644
--- a/tests/gdimagecrop/CMakeLists.txt
+++ b/tests/gdimagecrop/CMakeLists.txt
@@ -4,12 +4,7 @@ LIST(APPEND TESTS_FILES
bug00485_auto
bug00485_threshold
php_bug_72494
-)
-
-IF(PNG_FOUND)
-LIST(APPEND TESTS_FILES
bug00486
)
-ENDIF(PNG_FOUND)
ADD_GD_TESTS()