URI:
       tests/cc: Use SCC for the test driven compiler - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ef83e049a0f548e2ca4c1bb7f8d4fae71a2c8678
   DIR parent e662a3a5d5922a6f3925731ff52363834e1c9d4d
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Mon, 25 May 2026 10:41:49 +0200
       
       tests/cc: Use SCC for the test driven compiler
       
       This helps when generating coverage information.
       
       Diffstat:
         M tests/cc/execute/Makefile           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tests/cc/execute/Makefile b/tests/cc/execute/Makefile
       @@ -3,7 +3,7 @@
        PROJECTDIR = ../../..
        include $(PROJECTDIR)/scripts/rules.mk
        
       -CC=$(BINDIR)/scc
       +CC=$(SCC)
        PROJ_CFLAGS = $(CFLAGS)
        PROJ_LDFLAGS= $(LDFLAGS)
        PROJ_LDLIBS =