summaryrefslogtreecommitdiff
path: root/tests/gdtiled
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gdtiled')
-rw-r--r--tests/gdtiled/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gdtiled/CMakeLists.txt b/tests/gdtiled/CMakeLists.txt
index 921d00e..25f6045 100644
--- a/tests/gdtiled/CMakeLists.txt
+++ b/tests/gdtiled/CMakeLists.txt
@@ -1,5 +1,9 @@
+IF(PNG_FOUND)
+IF(ZLIB_FOUND)
LIST(APPEND TESTS_FILES
bug00032
)
+ENDIF(ZLIB_FOUND)
+ENDIF(PNG_FOUND)
ADD_GD_TESTS()