summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-27 00:30:52 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-27 00:30:52 +0700
commit9396cd192a36bf3a2634bffbde937548997b031b (patch)
treeba6dd6deb2d936789b5663c50233539680a48f4c /tests
parentb88bedabcab6499187f924cb83aad4278b8640c7 (diff)
downloadlibgd-9396cd192a36bf3a2634bffbde937548997b031b.tar.gz
skip on Windows, no X11 to initialize
Diffstat (limited to 'tests')
-rw-r--r--tests/gdcolormaplookup/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gdcolormaplookup/CMakeLists.txt b/tests/gdcolormaplookup/CMakeLists.txt
index e4792a5..abe7b13 100644
--- a/tests/gdcolormaplookup/CMakeLists.txt
+++ b/tests/gdcolormaplookup/CMakeLists.txt
@@ -1,5 +1,6 @@
+if (NOT WIN32)
LIST(APPEND TESTS_FILES
gdcolormaplookup
)
-
+endif (NOT WIN32)
ADD_GD_TESTS()