aboutsummaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-06-13 14:20:29 -0700
committerMichael Forney <mforney@mforney.org>2022-06-13 14:20:29 -0700
commitc4dc3ee92a962dbb939789d5d5f7fd43a8dcdb6c (patch)
tree7fe0e835032dc9802f6cbc3254bee931e7807e27 /runtests
parent7d9f23f73c96bca640e133a53813a74bdc85fe83 (diff)
Fix tests for x86_64 -> x86_64-sysv target rename
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index 90166e3..f1ffa3a 100755
--- a/runtests
+++ b/runtests
@@ -17,7 +17,7 @@ for test ; do
name=${test%.c}
case $name in
*+*) arch=${name##*+} ;;
- *) arch=x86_64 ;;
+ *) arch=x86_64-sysv ;;
esac
if [ -f "$name.qbe" ] ; then
want=$name.qbe