diff options
| author | 2026-03-22 19:25:46 +0100 | |
|---|---|---|
| committer | 2026-03-22 19:25:46 +0100 | |
| commit | cbca5355c0c0b1910735b1430e2552855a2aa5c7 (patch) | |
| tree | 7a0e0452f8dba566a5c7c0ed20dc4a60084bbea8 /test | |
| parent | 2d0b096a8c2f45370ef2535e1c500a008b949611 (diff) | |
aarch64: rem/urem, bswap*, arg bugfix
Diffstat (limited to 'test')
| -rwxr-xr-x | test/run.sh | 2 |
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" |