diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-08-08 23:36:09 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-08-08 23:36:09 +0100 |
commit | 24a9e44b10d64ac82e7c049b3948ab20fe5d5480 (patch) | |
tree | 371873dfdcb6cd47b7859741a400534068f0d84c /tests | |
parent | 2c8472f97b615927cf2e87812af6afb272116fb5 (diff) | |
download | pango-24a9e44b10d64ac82e7c049b3948ab20fe5d5480.tar.gz |
tests: Dist missing layout test files
We're disting only a subset of files with Autotools, but Meson expects
everything we have in Git.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 57726297..d0360888 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -100,8 +100,8 @@ all-unicode.txt: gen-all-unicode$(EXEEXT) noinst_PROGRAMS = $(check_PROGRAMS) gen-all-unicode dump-boundaries markup_tests = \ - valid-1 valid-2 valid-3 valid-4 \ - fail-1 \ + valid-1 valid-2 valid-3 valid-4 valid-5 valid-6 valid-7 valid-8 valid-9 \ + fail-1 fail-2 fail-3 fail-4 fail-5 \ $(NULL) all_markup_data = \ |