From 13d2aae42da173ebbfc57d5b3de9526cfe4eab0c Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Thu, 1 Sep 2022 17:26:38 +0200
Subject: [PATCH] Updated setup.

---
 experiment.rc | 1 +
 setup.sh      | 4 ++++
 test.rc       | 1 +
 3 files changed, 6 insertions(+)

diff --git a/experiment.rc b/experiment.rc
index c6b5886..1830baa 100644
--- a/experiment.rc
+++ b/experiment.rc
@@ -1,4 +1,5 @@
 MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
+COMPILE_RESULTS_ARCHIVE="${BASE_DIR}/tools/compile-results/build/distributions/compile-results.tar"
 
 export SLEEP_TIME=30
 export NUM_OF_LOOPS=10
diff --git a/setup.sh b/setup.sh
index c7e9988..ef75e64 100755
--- a/setup.sh
+++ b/setup.sh
@@ -40,4 +40,8 @@ checkFile moobench "${MOOBENCH_ARCHIVE}"
 tar -xpf "${MOOBENCH_ARCHIVE}"
 MOOBENCH_BIN="${BASE_DIR}/benchmark/bin/benchmark"
 
+checkFile compile-result "${COMPILE_RESULT_ARCHIVE}"
+tar -xpf "${COMPILE_RESULT_ARCHIVE}"
+COMPILE_RESULT_BIN="${BASE_DIR}/compile-results/bin/compile-results"
+
 # end
diff --git a/test.rc b/test.rc
index a4b5bfe..f7913e3 100644
--- a/test.rc
+++ b/test.rc
@@ -1,4 +1,5 @@
 MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
+COMPILE_RESULTS_ARCHIVE="${BASE_DIR}/tools/compile-results/build/distributions/compile-results.tar"
 
 export SLEEP_TIME=10
 export NUM_OF_LOOPS=1
-- 
GitLab