summaryrefslogtreecommitdiff
path: root/tests/gdimagefilltoborder
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-02-15 11:14:25 -0500
committerMike Frysinger <vapier@gentoo.org>2017-02-15 11:14:25 -0500
commit12a0f039b39b2b502e30509e6e71913e64c70463 (patch)
treec612932bce3f2911e0f64c9718e5afb6599b3874 /tests/gdimagefilltoborder
parent660abbeb96f0a802aa15ec7771c081df1a109db6 (diff)
downloadlibgd-12a0f039b39b2b502e30509e6e71913e64c70463.tar.gz
tests: sync feature enable lists in cmake files #382
Diffstat (limited to 'tests/gdimagefilltoborder')
-rw-r--r--tests/gdimagefilltoborder/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gdimagefilltoborder/CMakeLists.txt b/tests/gdimagefilltoborder/CMakeLists.txt
index 2950235..fcf18f1 100644
--- a/tests/gdimagefilltoborder/CMakeLists.txt
+++ b/tests/gdimagefilltoborder/CMakeLists.txt
@@ -1,6 +1,8 @@
+IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
bug00037
github_bug_215
)
+ENDIF(PNG_FOUND)
ADD_GD_TESTS()