diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-10-16 17:33:36 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2016-11-28 12:11:32 +0000 |
commit | 5503511f91a66f0888937690e95d85100bcde4e4 (patch) | |
tree | baa15feb3fd35993fc53fa17b310753dde631bf0 /test/Makefile.am | |
parent | 8de8bbbeaf03c78f9fa69d1d49ef01a1749220a7 (diff) | |
download | dbus-5503511f91a66f0888937690e95d85100bcde4e4.tar.gz |
Add tests for activation when message send/receive is denied
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98666
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bbd01d04..1eb086d9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -430,6 +430,8 @@ static_data = \ data/sha-1/bit-messages.sha1 \ data/sha-1/byte-hashes.sha1 \ data/sha-1/byte-messages.sha1 \ + data/systemd-activation/com.example.ReceiveDenied.service \ + data/systemd-activation/com.example.SendDenied.service \ data/systemd-activation/com.example.SystemdActivatable1.service \ data/systemd-activation/com.example.SystemdActivatable2.service \ data/systemd-activation/com.example.SystemdActivatable3.service \ |