diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 14:33:20 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 17:01:12 +0000 |
commit | dcf7860e1190ca719445de6002626bfc7ae54111 (patch) | |
tree | cea550d207084972767713f04266b929f913b8ee | |
parent | d971033f6bbb27e8ada96660c863875f48496ed4 (diff) |
tests: add exec-spec-interpolation.service to Makefile.am
This is a follow-up to 2525499
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0043c2e4a..412e720234 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1550,6 +1550,7 @@ EXTRA_DIST += \ test/test-execute/exec-privatedevices-yes.service \ test/test-execute/exec-privatetmp-no.service \ test/test-execute/exec-privatetmp-yes.service \ + test/test-execute/exec-spec-interpolation.service \ test/test-execute/exec-systemcallerrornumber.service \ test/test-execute/exec-systemcallfilter-failing2.service \ test/test-execute/exec-systemcallfilter-failing.service \ |