diff options
author | Ross Burton <ross.burton@intel.com> | 2019-08-05 13:13:08 +0100 |
---|---|---|
committer | Ross Burton <ross.burton@intel.com> | 2019-08-05 13:22:15 +0100 |
commit | 086183f9df9fd8fcfdf83a3801710fdcb2e8316a (patch) | |
tree | df608e3adbb5beace0c10d9bba69bf943c3657b5 /tests/meson.build | |
parent | 22dfeef4a26984ba81c6ff30117017dac372b706 (diff) | |
download | pango-086183f9df9fd8fcfdf83a3801710fdcb2e8316a.tar.gz |
tests: add missing LineBreakTest.txt
Without this file one of the tests is always skipped:
/text/break/line: /usr/libexec/installed-tests/pango/LineBreakTest.txt not found. Skipping test.
Taken from the Unicode 12.0.0 release.
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 c425665c..9c5ddf85 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -60,6 +60,7 @@ installed_test_data = [ 'SentenceBreakTest.txt', 'EmojiBreakTest.txt', 'CharBreakTest.txt', + 'LineBreakTest.txt' ] test_layouts_data = [ |