From 49b1f80a83433e5ddb18bd4e1577171fef8641e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 24 Jan 2021 11:02:21 -0500 Subject: tests: Add tests for pango_font_describe Test that round-tripping through pango_font_describe works. This is currently broken for scalable bitmap fonts, such as color Emoji fonts. We skip the test on OS X where we are most likely missing the fonts. --- tests/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index ba96ac2c..bdccd55d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -8,6 +8,8 @@ endif if host_system == 'windows' test_cflags += '-DHAVE_WIN32' +elif host_system == 'darwin' + test_cflags += '-DHAVE_CARBON' endif test_env = environment() -- cgit v1.2.1