summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-27 15:17:15 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-11-27 15:17:15 +0000
commit80b197df0c7d66929e40989ff23021126d6c9881 (patch)
tree5fc0b846de72005be91db902f1438fdab1655665 /tests/meson.build
parentac2bf585e04c49be419f44a97c4ef0de0fd21014 (diff)
parentb2aabec7ca3d46d7833fef694915e4ddb5a179fe (diff)
downloadpango-80b197df0c7d66929e40989ff23021126d6c9881.tar.gz
Merge branch 'font-serialize-test' into 'main'
Avoid cosmetic ugliness See merge request GNOME/pango!522
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 1984ed03..af56433e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -51,12 +51,12 @@ if cairo_dep.found()
[ 'cxx-test', [ 'cxx-test.cpp' ], [ libpangocairo_dep, gobject_dep, harfbuzz_dep ] ],
[ 'test-harfbuzz', [ 'test-harfbuzz.c' ], [ libpangocairo_dep, gobject_dep, harfbuzz_dep ] ],
[ 'test-break', [ 'test-break.c', 'test-common.c', 'validate-log-attrs.c' ], [libpangocairo_dep, glib_dep, harfbuzz_dep ] ],
- [ 'testserialize', [ 'testserialize.c' ], [ libpangocairo_dep ] ],
]
if build_pangoft2
tests += [
[ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
+ [ 'testserialize', [ 'testserialize.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
]
if host_system != 'darwin'