scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

commit 720db27ed2d65d714ad11f96b3368c7a83b2ac11
parent aae32c7523883c103a8bdb847549345388563c54
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Mon, 11 May 2026 21:01:59 +0200

tests/cc: Update scc path in update.sh

The shell script update.sh is a helper to automatize getting the
error messages from scc, and for that reason it should point to
the scc produced by the build and not the one from the PATH.

Diffstat:
Mtests/cc/error/update.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/error/update.sh b/tests/cc/error/update.sh @@ -5,7 +5,7 @@ update() for i do (echo '/^PATTERN/+;/^\./-c' - scc $CFLAGS -W -c $i 2>&1 + ../../../bin/scc $CFLAGS -W -c $i 2>&1 printf ".\nw\n" echo w) | ed -s $i