summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-09 11:41:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-09 11:49:44 -0400
commitde880e25b3fde23cbaa2c87bb92df9c2662c7b4f (patch)
tree0557f8c65b9fc645761bfaaf2f7434ac4bb1e4f9 /tests/meson.build
parent1f06c9154675fb6f956ecfadcf9dcdf790413c8e (diff)
downloadpango-de880e25b3fde23cbaa2c87bb92df9c2662c7b4f.tar.gz
Add a test for a crash in shape_tabfix-shape-tab-crash
This verifies the fix in the previous commit.
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 9b78fbfd..234fbf63 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -20,6 +20,7 @@ tests = [
[ 'testboundaries' ],
[ 'testboundaries_ucd' ],
[ 'testcolor' ],
+ [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep ] ],
[ 'testscript' ],
[ 'test-harfbuzz', [ 'test-harfbuzz.c' ], [ libpangocairo_dep ] ],
[ 'cxx-test', [ 'cxx-test.cpp' ], [ libpangocairo_dep ] ],