diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-05-07 00:05:59 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-06 23:05:59 +0200 |
commit | 03ae6f7deeaac7f3381911d513307b4d95d99369 (patch) | |
tree | d8db3d30cae0260bfa82524d8584914f4c466e82 /Makefile.am | |
parent | f76707da45a83df858e8752a2006a8c025da1a8f (diff) |
tests: add test for #3171 (#3206)
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 cf4e75996d..ee9e91a339 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5844,6 +5844,8 @@ EXTRA_DIST += \ test/TEST-10-ISSUE-2467/test.sh \ test/TEST-11-ISSUE-3166/Makefile \ test/TEST-11-ISSUE-3166/test.sh \ + test/TEST-12-ISSUE-3171/Makefile \ + test/TEST-12-ISSUE-3171/test.sh \ test/test-functions EXTRA_DIST += \ |