summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-13 11:02:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-13 11:08:50 -0500
commitf63f06d3597291e6b6ea09a4bb7d2ddafc9bc869 (patch)
treee66861e04cc48cdf36026716637f27fc5d85b8b2 /tests/meson.build
parent5843ff2ed4715985e0aad8e8fcbf035821aaf151 (diff)
downloadpango-serializer1.tar.gz
Add a serialization testserializer1
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 90bb94ba..a41cd563 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -52,7 +52,8 @@ if cairo_dep.found()
[ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
[ '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 ] ]
+ [ 'test-break', [ 'test-break.c', 'test-common.c', 'validate-log-attrs.c' ], [libpangocairo_dep, glib_dep, harfbuzz_dep ] ],
+ [ 'testserializer', [ 'testserializer.c' ], [ libpangocairo_dep ] ],
]
if pango_cairo_backends.contains('png')