diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-05 14:43:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-05 16:05:02 -0400 |
commit | df806edbe65c5e66a858e3652a7f17e4ce8bdb00 (patch) | |
tree | b6b55e55e04485011eaa10e0703aaac65f774c36 /tests/meson.build | |
parent | c8dd8ae1eed16fa35d0cbff7906589932cd31967 (diff) | |
download | pango-df806edbe65c5e66a858e3652a7f17e4ce8bdb00.tar.gz |
Add tests for pango_layout_move_cursor_visuallybidi-adventures
Some of these currently fail.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 841a78eb..e8b52ce8 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -19,7 +19,6 @@ test_env.set('G_TEST_BUILDDIR', meson.current_build_dir()) test_env.set('LC_ALL', 'en_US.UTF-8') tests = [ - [ 'test-bidi' ], [ 'test-coverage' ], [ 'testboundaries' ], [ 'testboundaries_ucd' ], @@ -40,6 +39,7 @@ endif if cairo_dep.found() test_cflags += '-DHAVE_CAIRO' tests += [ + [ 'test-bidi', [ 'test-bidi.c' ], [ libpangocairo_dep ] ], [ 'testcontext', [ 'testcontext.c' ], [ libpangocairo_dep ] ], [ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ], [ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ], |