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 /Makefile.am | |
parent | 2ec7c4279e4cbbe668c5dfb0ab447b74deaa294b (diff) |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7d0f7575f2..d21982285f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2996,6 +2996,7 @@ tests += \ test-bus-cleanup \ test-bus-server \ test-bus-match \ + test-bus-proxy \ test-bus-kernel \ test-bus-kernel-bloom \ test-bus-zero-copy \ @@ -3088,6 +3089,12 @@ test_bus_match_SOURCES = \ test_bus_match_LDADD = \ libshared.la +test_bus_proxy_SOURCES = \ + src/libsystemd/sd-bus/test-bus-proxy.c + +test_bus_proxy_LDADD = \ + libshared.la + test_bus_kernel_SOURCES = \ src/libsystemd/sd-bus/test-bus-kernel.c |