1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -58,12 +58,6 @@
[ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
[ 'testserialize', [ 'testserialize.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'
|