diff options
| author | Manuel Traut <manut@mecka.net> | 2012-09-23 21:23:08 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-09-23 21:23:08 +0200 |
| commit | 2a81bd3d5cc7f6653adef9f6653ff4a20709b0d7 (patch) | |
| tree | b4b11094534907acb27272e4ea3c10cf6b75bda3 /clients/test/run.sh | |
| parent | bdf4c406cd80fe0e25df68ef98a8b626093290c4 (diff) | |
client/test: test client to lookup devices /functions etc
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'clients/test/run.sh')
| -rwxr-xr-x | clients/test/run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clients/test/run.sh b/clients/test/run.sh new file mode 100755 index 0000000..05a8234 --- /dev/null +++ b/clients/test/run.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# +# startup script for distrio test +# +# author: Manuel Traut <manut@mecka.net> + +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../io/lib:../../common:../../manager/lib \ + ./distrio_test \ + -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ + $@ |
