summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-17 05:39:08 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-11-17 05:39:08 +0000
commit1d800b3f743d493b3568ca07cfd43c0399edb783 (patch)
treef6f852586f3ed5de18abd4f56cd0325fa0e3d079 /tests/meson.build
parent9278c4f0c59b550f9d4ff10219d8e6242baa081f (diff)
parentb892330253904191c47e5319b0ffdc705961b609 (diff)
downloadpango-1d800b3f743d493b3568ca07cfd43c0399edb783.tar.gz
Merge branch 'serialize-attrs-and-tabs' into 'main'
Add pango_attr_list_to/from_string See merge request GNOME/pango!512
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index b5eda3e7..00741a14 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -53,6 +53,7 @@ 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 host_system != 'darwin'