diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-22 16:13:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-22 17:31:36 +0200 |
commit | 70cb8b7b16d2f1c63b21d90a493d895018fe8f67 (patch) | |
tree | d1eee72c45d784d35cdb96ed06c81443177a82a7 /.gitignore | |
parent | sd-bus: when the server-side disconnects, make sure to dispatch all tracking ... (diff) | |
download | systemd-70cb8b7b16d2f1c63b21d90a493d895018fe8f67.tar.gz systemd-70cb8b7b16d2f1c63b21d90a493d895018fe8f67.tar.bz2 systemd-70cb8b7b16d2f1c63b21d90a493d895018fe8f67.zip |
sd-bus: add a small test case for sd_bus_track
This tests in particular that disconnecting results in the tracking object's
handlers to be called.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6caa8218b..565a3a383 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,7 @@ /test-bus-policy /test-bus-server /test-bus-signature +/test-bus-track /test-bus-zero-copy /test-calendarspec /test-cap-list |