diff options
author | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:15 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:25 -0700 |
commit | 6f565ecfc1a223b206ac1e7365b822fc340a4fbd (patch) | |
tree | c5baf40577cd72f2b5535f098b893c3e7d6ed681 /runtests | |
parent | 8b425349642dcebefa26541930235a302a51e657 (diff) |
Rename to cproc
Fixes #4
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |