summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/binref/env.sh.in
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-08-29 10:03:05 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-08-29 10:03:05 +0200
commit0afe8142ad7a5dc374fd6dc943695b407138ad6d (patch)
tree3220ca6366abc2ffac876ba7291d52d0586c88b8 /jrt_test/src/binref/env.sh.in
parentfdc4a46d3554a165322b37f5416894c86d61c7f3 (diff)
Aressem/cmake workaround clion not copying links properly (#479)
* Implemented workaround for CLion not able to copy symlinks. * Get rid of the links
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