diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-07-16 16:33:22 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-07-16 16:35:09 +0200 |
commit | 9afd2b46f2bec53b949bda55f718ca62494a8d06 (patch) | |
tree | 6353209fb459285fb646617f2fd3171cf45662f4 /.gitignore | |
parent | 2ec7c4279e4cbbe668c5dfb0ab447b74deaa294b (diff) | |
download | systemd-9afd2b46f2bec53b949bda55f718ca62494a8d06.tar.gz systemd-9afd2b46f2bec53b949bda55f718ca62494a8d06.tar.bz2 systemd-9afd2b46f2bec53b949bda55f718ca62494a8d06.zip |
sd-bus: add new test for NameAcquired via proxy/dbus-daemon
This adds test-bus-proxy which should be used to test correct behavior of
systemd-bus-proxyd. The first test that was added is to verify we actually
receive NameAcquired signals for ourselves on bus-connect.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 99f361d555..8763ef02bd 100644 --- a/.gitignore +++ b/.gitignore @@ -159,6 +159,7 @@ /test-bus-match /test-bus-objects /test-bus-policy +/test-bus-proxy /test-bus-server /test-bus-signature /test-bus-zero-copy |