Handle signals properly.

This commit is contained in:
Tristan Hume 2015-05-01 20:53:39 -04:00
parent 1457b249b7
commit 602b3958fd
3 changed files with 24 additions and 13 deletions

7
Rakefile Normal file
View file

@ -0,0 +1,7 @@
task :testCall do
sh "dbus-send --type=method_call --print-reply --dest=ca.thume.ddbus.test /root ca.thume.test.test int32:5"
end
task :testSignal do
sh "dbus-send --dest=ca.thume.ddbus.test /signaler ca.thume.test.signal int32:9"
end