diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-01 16:30:53 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-01 16:30:53 +0000 |
commit | 52c0bed3fb976be2b153b10f0a7dfb6f0faa9834 (patch) | |
tree | f0640ac8ce56236498e7f663eef6447a2000463b /Makefile.am | |
parent | 7178cd76f225a1c48911c68f2ae1855e97ff1397 (diff) |
build-sys: add TEST-0[89]-* to dist
Follow-up for 91f9f8f1bae and 4f4d6ee4be1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b323de55c6..7f9ee08b20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5827,6 +5827,10 @@ EXTRA_DIST += \ test/TEST-07-ISSUE-1981/Makefile \ test/TEST-07-ISSUE-1981/test-segfault.sh \ test/TEST-07-ISSUE-1981/test.sh \ + test/TEST-08-ISSUE-2730/Makefile \ + test/TEST-08-ISSUE-2730/test.sh \ + test/TEST-09-ISSUE-2691/Makefile \ + test/TEST-09-ISSUE-2691/test.sh \ test/test-functions EXTRA_DIST += \ |