diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-30 16:55:44 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | 03bd70dd01c61c7a4b1e17d4b7235bab68c1ebd1 (patch) | |
tree | 7a69e0369dff282308ba2bb0dd99920af0acb725 /Makefile.am | |
parent | 63447f1153093c883b2488e53f46ff581d904e6a (diff) |
test-execute: add test for EnvironmentFile
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 cd5ea6f32c..64c0ca64f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1567,6 +1567,7 @@ EXTRA_DIST += \ test/exec-umask-0177.service \ test/exec-umask-default.service \ test/exec-privatenetwork-yes.service \ + test/exec-environmentfile.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \ |