diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 16:59:14 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-02-23 18:01:12 +0100 |
commit | 5a7c1eaedda0fd35bc28fc1642d8a187bdbc25c4 (patch) | |
tree | 2f53c0352ca1a295207e2f4a9e3ed56a2b2df501 /Makefile.am | |
parent | tests: fix x86 personality tests to only on x86 (diff) | |
download | systemd-5a7c1eaedda0fd35bc28fc1642d8a187bdbc25c4.tar.xz systemd-5a7c1eaedda0fd35bc28fc1642d8a187bdbc25c4.zip |
tests: add exec-runtimedirectory* to Makefile.am
This is a follow-up to cc3ddc851
Diffstat (limited to '')
-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 \ |