aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-22 19:25:46 +0100
committerlemon <lsof@mailbox.org>2026-03-22 19:25:46 +0100
commitcbca5355c0c0b1910735b1430e2552855a2aa5c7 (patch)
tree7a0e0452f8dba566a5c7c0ed20dc4a60084bbea8 /test
parent2d0b096a8c2f45370ef2535e1c500a008b949611 (diff)
aarch64: rem/urem, bswap*, arg bugfix
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.sh b/test/run.sh
index ec40161..07f967e 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -26,7 +26,7 @@ run() {
echo '-------'
else
actual=build/"$(echo "$f" | sed 's/\.c$/.actual/')"
- x "$exe" $args > "$actual"
+ x $QEMU "$exe" $args > "$actual"
if ! cmp "$actual" "$expected" > /dev/null; then
echo --- !TEST ERROR "$f"
diff --unified=0 "$expected" "$actual"