summaryrefslogtreecommitdiff
path: root/tests/gdimagenegate
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/gdimagenegate
parent660abbeb96f0a802aa15ec7771c081df1a109db6 (diff)
downloadlibgd-12a0f039b39b2b502e30509e6e71913e64c70463.tar.gz
tests: sync feature enable lists in cmake files #382
Diffstat (limited to 'tests/gdimagenegate')
-rw-r--r--tests/gdimagenegate/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gdimagenegate/CMakeLists.txt b/tests/gdimagenegate/CMakeLists.txt
index 381c74d..802c382 100644
--- a/tests/gdimagenegate/CMakeLists.txt
+++ b/tests/gdimagenegate/CMakeLists.txt
@@ -1,5 +1,7 @@
+IF(PNG_FOUND)
LIST(APPEND TESTS_FILES
basic
)
+ENDIF(PNG_FOUND)
ADD_GD_TESTS()