Update for latest D
This commit is contained in:
parent
a138584b87
commit
3132716945
2 changed files with 9 additions and 5 deletions
4
Rakefile
4
Rakefile
|
@ -9,3 +9,7 @@ end
|
|||
task :testSignal do
|
||||
sh "dbus-send --dest=ca.thume.ddbus.test /signaler ca.thume.test.signal int32:9"
|
||||
end
|
||||
|
||||
task :testDbus do
|
||||
sh "dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue