summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-03-03 02:19:32 -0500
committerMike Frysinger <vapier@gentoo.org>2021-03-03 02:19:32 -0500
commite697147788720da40eb3e9c3e17ef385c08191b7 (patch)
tree5959a815bd1d971dca8dc2eff401263de70ccae3 /tests
parentfc38677e8005c24db891b84d3e84df7a199c979c (diff)
downloadlibgd-e697147788720da40eb3e9c3e17ef385c08191b7.tar.gz
revert unneeded test change in previous commit
GH does not make it easy to edit PRs.
Diffstat (limited to 'tests')
-rw-r--r--tests/gdimagecrop/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/gdimagecrop/CMakeLists.txt b/tests/gdimagecrop/CMakeLists.txt
index f5c309e..43f6f6c 100644
--- a/tests/gdimagecrop/CMakeLists.txt
+++ b/tests/gdimagecrop/CMakeLists.txt
@@ -7,10 +7,4 @@ LIST(APPEND TESTS_FILES
bug00486
)
-IF(PNG_FOUND)
-LIST(APPEND TESTS_FILES
- bug00486
-)
-ENDIF(PNG_FOUND)
-
ADD_GD_TESTS()