diff -U3 -r a/tests/meson.build b/tests/meson.build diff --git a/tests/meson.build b/tests/meson.build index 8b4bfa3..287a001 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -61,8 +61,6 @@ if cairo_dep.found() if host_system != 'darwin' tests += [ - [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], - [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], [ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ], ] endif