mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
18 lines
966 B
Diff
18 lines
966 B
Diff
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -47,7 +47,6 @@ endif
|
|
if cairo_dep.found()
|
|
test_cflags += '-DHAVE_CAIRO'
|
|
tests += [
|
|
- [ 'test-font-data', [ 'test-font-data.c', 'test-common.c' ], [ libpangocairo_dep ] + common_deps ],
|
|
[ 'test-bidi', [ 'test-bidi.c' ], [ libpangocairo_dep ] ],
|
|
[ 'testcontext', [ 'testcontext.c' ], [ libpangocairo_dep ] ],
|
|
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
|
|
@@ -70,7 +69,6 @@ if cairo_dep.found()
|
|
|
|
if host_system != 'darwin'
|
|
tests += [
|
|
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] + common_deps ],
|
|
[ 'test-layout2', [ 'test-layout2.c'], [ libpangocairo_dep, libpangoft2_dep ] + common_deps ],
|
|
[ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] + common_deps ],
|
|
[ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
|