summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2022-01-23 10:16:55 +0700
committerPierre Joye <pierre.php@gmail.com>2022-01-23 10:16:55 +0700
commit0d1512a6e58d06931e1bda1b322f21ddca4da5a6 (patch)
tree7832fbaed0c343df435c03845f76f0ddd1b61334
parentb35ae00eca058b3e2a6e37e2608ba7ed51efb381 (diff)
downloadlibgd-bug/797.tar.gz
skip that one using mingw until we have a reliable portable FP related tests suites (may never happpen)bug/797
-rw-r--r--tests/gdimagestringft/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/gdimagestringft/CMakeLists.txt b/tests/gdimagestringft/CMakeLists.txt
index 42868a2..d1d8c61 100644
--- a/tests/gdimagestringft/CMakeLists.txt
+++ b/tests/gdimagestringft/CMakeLists.txt
@@ -1,8 +1,14 @@
IF(FREETYPE_FOUND)
LIST(APPEND TESTS_FILES
bug00615
+)
+
+IF (NOT MINGW)
+LIST(APPEND TESTS_FILES
gdimagestringft_bbox
)
+ENDIF(NOT MINGW)
+
ENDIF(FREETYPE_FOUND)
ADD_GD_TESTS()