summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/binref/env.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/binref/env.sh.in')
-rw-r--r--jrt_test/src/binref/env.sh.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/jrt_test/src/binref/env.sh.in b/jrt_test/src/binref/env.sh.in
index 86c1efbb2aa..6549af72454 100644
--- a/jrt_test/src/binref/env.sh.in
+++ b/jrt_test/src/binref/env.sh.in
@@ -1,5 +1,8 @@
BINREF=@CMAKE_CURRENT_BINARY_DIR@
-export BINREF
+SBCMD=@PROJECT_BINARY_DIR@/slobrok/src/apps/sbcmd/sbcmd
+SLOBROK=@PROJECT_BINARY_DIR@/slobrok/src/apps/slobrok/slobrok
+SIMPLESERVER=@PROJECT_BINARY_DIR@/jrt_test/src/jrt-test/simpleserver/jrt_test_simpleserver_app
+export BINREF SBCMD SLOBROK SIMPLESERVER
# port numbers allocated for this module:
PORT_0=18230
PORT_1=18231