summaryrefslogtreecommitdiff
path: root/test/text/local_glyph_rasterizer.test.cpp
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-24 11:04:35 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-01-28 10:27:16 +0200
commit87b0aebed7a7537f717963d25590f4b412d685f5 (patch)
tree50b97b0664b924cd0cb0b94d08e0730bdbe3912b /test/text/local_glyph_rasterizer.test.cpp
parentdc9bd77744af66f682bc6fbb6638caa7178995dc (diff)
downloadqtlocation-mapboxgl-87b0aebed7a7537f717963d25590f4b412d685f5.tar.gz
[build] Enable unit tests for Qt MacOS builds in CI
Diffstat (limited to 'test/text/local_glyph_rasterizer.test.cpp')
-rw-r--r--test/text/local_glyph_rasterizer.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text/local_glyph_rasterizer.test.cpp b/test/text/local_glyph_rasterizer.test.cpp
index d109b28f32..8fce2c4782 100644
--- a/test/text/local_glyph_rasterizer.test.cpp
+++ b/test/text/local_glyph_rasterizer.test.cpp
@@ -52,7 +52,7 @@ public:
} // end namespace
// Enabling Qt requires adding a CJK-compatible font in the CI image.
-#if defined(__APPLE__)
+#if defined(__APPLE__) && !defined(__QT__)
TEST(LocalGlyphRasterizer, PingFang) {
LocalGlyphRasterizerTest test(std::string("PingFang"));