commit cec9855fa0c8d9566d4c9755ef7677f49634bc60 parent 2416d291417954a1fd7f4945a100f2c125d4d9a6 Author: Quentin Carbonneaux <quentin@c9x.me> Date: Tue, 15 Mar 2022 22:34:03 +0100 detect target in tests Diffstat:
M | tools/test.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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'."