summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-10-31 22:30:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-10-31 22:38:00 -0400
commit3a71c87606d35e089eb918023c58dbc306fd81e9 (patch)
tree99a16b03619cd9511714d3d70e0e33adc4df6fcc /tests
parente9dad64cca8d219e176385e404a4f9bb3ec6b483 (diff)
downloadpango-3a71c87606d35e089eb918023c58dbc306fd81e9.tar.gz
tests: Add missing data files
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index c617331f..4ffffa4c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -66,6 +66,9 @@ installed_test_data = [
test_layouts_data = [
'layouts/valid-1',
'layouts/valid-2',
+ 'layouts/valid-3',
+ 'layouts/valid-4',
+ 'layouts/valid-5',
]
test_markups_data = [
@@ -83,12 +86,16 @@ test_markups_data = [
'markups/valid-7',
'markups/valid-8',
'markups/valid-9',
+ 'markups/valid-10',
+ 'markups/valid-11',
+ 'markups/valid-12',
]
test_breaks_data = [
'breaks/one',
'breaks/two',
'breaks/three',
+ 'breaks/four',
]
if thai_dep.found()