aboutsummaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index cf235d7..5a8ea89 100755
--- a/runtests
+++ b/runtests
@@ -8,7 +8,7 @@ exitstatus=0
out=$(mktemp)
trap 'rm "$out"' EXIT
for test ; do
- if ${CCQBE:=./cc-qbe} -o $out $test && diff -Nu "${test%.c}.qbe" "$out" ; then
+ if ${CCQBE:=./cproc-qbe} -o $out $test && diff -Nu "${test%.c}.qbe" "$out" ; then
result="PASS"
else
result="FAIL"