Type checking and groundwork for introspection.
This commit is contained in:
parent
602b3958fd
commit
2af2db0020
3 changed files with 43 additions and 5 deletions
4
Rakefile
4
Rakefile
|
@ -2,6 +2,10 @@ 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 :badCall do
|
||||
sh "dbus-send --type=method_call --print-reply --dest=ca.thume.ddbus.test /root ca.thume.test.test double:5.5"
|
||||
end
|
||||
|
||||
task :testSignal do
|
||||
sh "dbus-send --dest=ca.thume.ddbus.test /signaler ca.thume.test.signal int32:9"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue