diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/tool.sh (renamed from tools/run_tool.sh) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/run_tool.sh b/tools/tool.sh index 2216a66..64bfd89 100755 --- a/tools/run_tool.sh +++ b/tools/tool.sh | |||
| @@ -15,11 +15,8 @@ for t in tools/*; do | |||
| 15 | continue | 15 | continue |
| 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 "$OBJ" || exit 1; |
| 19 | $BIN $TOOLARGS \ | 19 | $BIN $TOOLARGS \ |
| 20 | | tee "tools/results/$toolname-$d.txt" "tools/results/last.out" | 20 | | tee "tools/results/$toolname-$d.txt" "tools/results/last.out" |
| 21 | break | 21 | break |
| 22 | done | 22 | done |
| 23 | |||
| 24 | # $BIN is kept so it can be run manually for profiling | ||
| 25 | rm -rf "$CUBEOBJ" | ||
