commit ef83e049a0f548e2ca4c1bb7f8d4fae71a2c8678
parent e662a3a5d5922a6f3925731ff52363834e1c9d4d
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:
1 file changed, 1 insertion(+), 1 deletion(-)
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 =