summaryrefslogtreecommitdiffstats
path: root/src/tests/common_dbus.c
Commit message (Collapse)AuthorAgeFilesLines
* sbus_tests: Add some testing of dispatch and handler codeStef Walter2014-03-141-0/+198
This starts a DBus server with some handlers, and runs some method calls against it. Note that we don't use the codegen in the sbus_tests, as we sorta want to test this non-codegen related functionality on its own before we run the sbus_codegen_tests. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>