summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()