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 | 232f367766b35fa248476d0ded49781a06a80ae1 (diff) | |
download | systemd-70cb8b7b16d2f1c63b21d90a493d895018fe8f67.tar.gz |
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 6caa8218bd..565a3a3839 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 |