diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-18 22:24:12 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-18 22:26:32 -0500 |
commit | aa52fa64716cf78b4df51dcedc5dc3bbbbe99aa8 (patch) | |
tree | dc2282df1f8c17eb2a76f8e58a29296a2d40a2a0 /tests/meson.build | |
parent | cd54bd4c1e2368cb1de1d3c98b609cf802e849aa (diff) | |
download | pango-aa52fa64716cf78b4df51dcedc5dc3bbbbe99aa8.tar.gz |
Add a test for the previous commitsmisc-cleanups
This test verifies the fixes for the
situation described in #646.
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 271d9046..a4c545c3 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -123,6 +123,7 @@ installed_test_layouts_data = [ 'layouts/tab-assert.layout', 'layouts/arabic-format.layout', 'layouts/no-space.layout', + 'layouts/aaa.layout', ] test_markups_data = [ |