skip on Windows, no X11 to initialize

master
Pierre Joye 2021-08-27 00:30:52 +07:00
parent b88bedabca
commit 9396cd192a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
if (NOT WIN32)
LIST(APPEND TESTS_FILES
gdcolormaplookup
)
endif (NOT WIN32)
ADD_GD_TESTS()