[pango/serialization-improvements] Skip test-layout on macOS
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/serialization-improvements] Skip test-layout on macOS
- Date: Thu, 25 Nov 2021 13:48:20 +0000 (UTC)
commit 553eac2ba028a87718ca20180cabe78fa3bc0204
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Nov 25 08:47:51 2021 -0500
Skip test-layout on macOS
It should work there, but it doesn't.
tests/meson.build | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index ca53d103..1984ed03 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -57,8 +57,13 @@ if cairo_dep.found()
if build_pangoft2
tests += [
[ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
]
+
+ if host_system != 'darwin'
+ tests += [
+ [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
+ ]
+ endif
endif
if host_system != 'darwin'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]