diff options
-rwxr-xr-x | tools/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh index fc96dba..15cff88 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -83,6 +83,7 @@ init() { testcc "$cc" || cc="cc" ;; esac + TARGET=`$bin -t?` ;; *) echo "Unknown target '$TARGET'." |