diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-07-06 17:59:41 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-07-06 18:51:14 -0400 |
commit | 0280fd31b01010b76c85ce7ac0bbff1d9c152933 (patch) | |
tree | 067201c87bd78ebd837fb9c1558a0a81b741f2a3 /tests/meson.build | |
parent | 3bdec75f8c3291f7888cf7814551826e82927127 (diff) | |
download | pango-0280fd31b01010b76c85ce7ac0bbff1d9c152933.tar.gz |
tests: Move bidi tests to their own filemore-test-coverage2
Also add some tests for bidi embedding levels.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 3e9d8075..baf5ad6b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -18,6 +18,7 @@ test_env.set('G_TEST_SRCDIR', meson.current_source_dir()) test_env.set('G_TEST_BUILDDIR', meson.current_build_dir()) tests = [ + [ 'test-bidi' ], [ 'test-coverage' ], [ 'testboundaries' ], [ 'testboundaries_ucd' ], @@ -47,7 +48,7 @@ if cairo_dep.found() [ '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 ] ], - [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, glib_dep, harfbuzz_dep ] ], + [ 'testmisc', [ 'testmisc.c' ], [ libpangocairo_dep, libpangoft2_dep, glib_dep, harfbuzz_dep ] ], [ 'cxx-test', [ 'cxx-test.cpp' ], [ libpangocairo_dep, gobject_dep, harfbuzz_dep ] ], [ 'test-harfbuzz', [ 'test-harfbuzz.c' ], [ libpangocairo_dep, gobject_dep, harfbuzz_dep ] ], [ 'test-break', [ 'test-break.c', 'test-common.c' ], [libpangocairo_dep, glib_dep, harfbuzz_dep ] ] |