summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-31 19:48:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 09:03:03 -0500
commit782e6de30885951bbb03ba8490e4597fbb8e9a29 (patch)
treeb15532f3218ebf44911868fcdb7453eb2e4fb085 /tests/meson.build
parent89bde4e03577ec4caf003e88df3b7d7497bb5ff4 (diff)
downloadpango-782e6de30885951bbb03ba8490e4597fbb8e9a29.tar.gz
Add tests for PangoHbFace and PangoHbFont
Add dedicated tests for various aspects of PangoHbFont and PangoHbFace functionality.
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 83732b5a..3a35e16b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -57,6 +57,7 @@ if cairo_dep.found()
tests += [
[ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
[ 'testserialize', [ 'testserialize.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
+ [ 'testhbfont', [ 'testhbfont.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ],
]
if host_system != 'darwin'