summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-11 17:17:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-17 18:04:07 -0400
commit23fc0fb84c929785f4092d67810da3c785502593 (patch)
treeb15dc28b247dfc6e5979a4f362f65e75caeb7fb0 /tests/meson.build
parentd6bc8daa6935b53c15d254e70051ba6b134c759c (diff)
downloadpango-23fc0fb84c929785f4092d67810da3c785502593.tar.gz
Add a shape test
This is similar in spirit to hb-shape. Take an input and produce a sequence of glyphs as output. There are no testcases yet.
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 f625a466..e1539299 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -40,6 +40,7 @@ if cairo_dep.found()
[ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-itemize', [ 'test-itemize.c', 'test-common.c' ], [ libpangocairo_dep ] ],
+ [ 'test-shape', [ 'test-shape.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],
[ 'testattributes', [ 'testattributes.c', 'test-common.c' ], [ libpangocairo_dep ] ],
]