summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-09-27 00:54:57 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-09-27 00:54:57 +0000
commit37f28be693851c369fee695e64741e056394fa4a (patch)
tree4d473b24ef7c97d57ff89f9751c58baf30ff6696 /tests/meson.build
parentf2add41dadacd7cb2df804a2e7faa670c8db69ee (diff)
parente27ac590d44e87adac235c1b63429dc5f832f782 (diff)
downloadpango-37f28be693851c369fee695e64741e056394fa4a.tar.gz
Merge branch 'no-font-fixes' into 'main'
fonts: Handle lack of fonts Closes #701 See merge request GNOME/pango!640
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 e75b8e2f..8b4bfa38 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -63,6 +63,7 @@ if cairo_dep.found()
tests += [
[ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
[ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
+ [ 'test-no-fonts', [ 'test-no-fonts.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
]
endif
endif