diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-30 13:51:51 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | 63447f1153093c883b2488e53f46ff581d904e6a (patch) | |
tree | e87c52c1a829db13b36226b112efacc2cbc7185d /Makefile.am | |
parent | ed574a6834d267c82cac0408fe977c26256bec9a (diff) |
test-execute: add test for PrivateNetwork
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 00b9e86346..cd5ea6f32c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1566,6 +1566,7 @@ EXTRA_DIST += \ test/exec-workingdirectory.service \ test/exec-umask-0177.service \ test/exec-umask-default.service \ + test/exec-privatenetwork-yes.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |