Skip to content
Snippets Groups Projects
Commit 90ea86e2 authored by Reiner Jung's avatar Reiner Jung
Browse files

fixed setup

parent c741814c
No related branches found
No related tags found
No related merge requests found
MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
export SLEEP_TIME=30 export SLEEP_TIME=30
export NUM_OF_LOOPS=10 export NUM_OF_LOOPS=10
export THREADS=1 export THREADS=1
......
...@@ -25,10 +25,10 @@ else ...@@ -25,10 +25,10 @@ else
exit 1 exit 1
fi fi
if [ -f "${BASE_DIR}/frameworks/common-functions.sh" ] ; then if [ -f "${BASE_DIR}/common-functions.sh" ] ; then
source "${BASE_DIR}/frameworks/common-functions.sh" source "${BASE_DIR}/common-functions.sh"
else else
echo "Missing library: ${BASE_DIR}/frameworks/common-functions.sh" echo "Missing library: ${BASE_DIR}/common-functions.sh"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment