diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 15:59:14 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 17:01:12 +0000 |
commit | 5a7c1eaedda0fd35bc28fc1642d8a187bdbc25c4 (patch) | |
tree | 2f53c0352ca1a295207e2f4a9e3ed56a2b2df501 | |
parent | 5798eb4ccebde4e2f942195e9b4fbc050be3c27e (diff) |
tests: add exec-runtimedirectory* to Makefile.am
This is a follow-up to cc3ddc851
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 412e720234..a4cd01243d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1572,6 +1572,9 @@ EXTRA_DIST += \ test/test-execute/exec-capabilityboundingset-merge.service \ test/test-execute/exec-capabilityboundingset-reset.service \ test/test-execute/exec-capabilityboundingset-simple.service \ + test/test-execute/exec-runtimedirectory.service \ + test/test-execute/exec-runtimedirectory-mode.service \ + test/test-execute/exec-runtimedirectory-owner.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |