diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-09 11:41:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-09 11:42:14 -0400 |
commit | 2751956b09f8f4dbedc07f2e0653419bfd9875ff (patch) | |
tree | 141f0a3e44fab5f64ff39b7ba2d3ec545bf17d7a /tests/meson.build | |
parent | 1f06c9154675fb6f956ecfadcf9dcdf790413c8e (diff) | |
download | pango-2751956b09f8f4dbedc07f2e0653419bfd9875ff.tar.gz |
Add a test for a crash in shape_tab
This verifies the fix in the previous commit.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
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 ] ], |