From 2a81bd3d5cc7f6653adef9f6653ff4a20709b0d7 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 23 Sep 2012 21:23:08 +0200 Subject: client/test: test client to lookup devices /functions etc Signed-off-by: Manuel Traut --- clients/test/run.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 clients/test/run.sh (limited to 'clients/test/run.sh') 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 + +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../io/lib:../../common:../../manager/lib \ + ./distrio_test \ + -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ + $@ -- cgit v1.2.3