aboutsummaryrefslogtreecommitdiff
path: root/runtests
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-05 23:45:15 -0700
committerMichael Forney <mforney@mforney.org>2019-07-05 23:45:25 -0700
commit6f565ecfc1a223b206ac1e7365b822fc340a4fbd (patch)
treec5baf40577cd72f2b5535f098b893c3e7d6ed681 /runtests
parent8b425349642dcebefa26541930235a302a51e657 (diff)
Rename to cproc
Fixes #4
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"