From 6f565ecfc1a223b206ac1e7365b822fc340a4fbd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jul 2019 23:45:15 -0700 Subject: Rename to cproc Fixes #4 --- runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests') 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" -- cgit v1.2.3