diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-03 12:43:22 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-03 11:43:22 +0200 |
commit | 0b2abe0f034f7f2d8654adb11b516d1090ec9a9c (patch) | |
tree | 3290ad7268051700465dd04538ded9a7ee1eca0d /Makefile.am | |
parent | db985064b65b4bb34573261523f2d82be4f9e55c (diff) |
tests: add test for #3166 (#3180)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6b9d2a0398..a05c7ce4db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5835,6 +5835,8 @@ EXTRA_DIST += \ test/TEST-09-ISSUE-2691/test.sh \ test/TEST-10-ISSUE-2467/Makefile \ test/TEST-10-ISSUE-2467/test.sh \ + test/TEST-11-ISSUE-3166/Makefile \ + test/TEST-11-ISSUE-3166/test.sh \ test/test-functions EXTRA_DIST += \ |