summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-26 15:40:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-06-28 00:05:09 -0400
commitb5b932e96c8b27c06e5fa4219964b1201fdf6b01 (patch)
tree5c2550e743bdd439ace3bda191211ed30c30124d /tests/meson.build
parentcd760c1c39c73ae0850ca816bfb16bc72933828f (diff)
downloadpango-b5b932e96c8b27c06e5fa4219964b1201fdf6b01.tar.gz
tests: Add some PangoContext tests
These improve converage for misc PangoContext apis.
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 c2d82b6c..83d92b1f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -35,6 +35,7 @@ endif
if cairo_dep.found()
test_cflags += '-DHAVE_CAIRO'
tests += [
+ [ 'testcontext', [ 'testcontext.c' ], [ libpangocairo_dep ] ],
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
[ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ],
[ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ],