aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run.sh')
-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"