aboutsummaryrefslogtreecommitdiff
path: root/tools/run_tool.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-11 17:01:49 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-11 17:01:49 +0200
commite6ff0ce6926fa921a13055c9c35d8e60b691e776 (patch)
tree4af98713a2b43cbd229ca081d2dac877c8c36880 /tools/run_tool.sh
parentdd6078288b5d7af4a4c0cdd1377a2976af569c9a (diff)
downloadnissy-core-e6ff0ce6926fa921a13055c9c35d8e60b691e776.tar.gz
nissy-core-e6ff0ce6926fa921a13055c9c35d8e60b691e776.zip
Finished table refactor
Diffstat (limited to 'tools/run_tool.sh')
-rwxr-xr-xtools/run_tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tool.sh b/tools/run_tool.sh
index 2462b2d..cec7630 100755
--- a/tools/run_tool.sh
+++ b/tools/run_tool.sh
@@ -16,7 +16,7 @@ for t in tools/*; do
16 fi 16 fi
17 toolname="$(basename "$t" .c)" 17 toolname="$(basename "$t" .c)"
18 $CC -o $BIN $t/*.c $CUBEOBJ || exit 1; 18 $CC -o $BIN $t/*.c $CUBEOBJ || exit 1;
19 $BIN | tee "tools/results/$toolname-$d.txt" 19 $BIN | tee "tools/results/$toolname-$d.txt" "tools/results/last.out"
20 break 20 break
21done 21done
22 22

Generated with cgit - Back to sebastiano.tronto.net