c672fc5 sbus_tests: Add some testing of dispatch and handler code

4 files Authored by stefw 9 years ago, Committed by jhrozek 9 years ago,
    sbus_tests: Add some testing of dispatch and handler code
    
    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>
    
    (cherry picked from commit f5e47e1d65f80ffdb1893feab18583a74d661214)
    
    Conflicts:
    	Makefile.am
    
        
file modified
+11 -0
file modified
+15 -0
file added
+231