scc

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

commit 634a0fbd73e12447ac3eca55b3fb8aaf956de255
parent 24a06d34fdc06083ea81cedd323ffdb53553fac2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun,  6 Oct 2019 14:17:54 +0200

[tests/scc] Fix ROOT path

We removed root directory

Diffstat:
Mtests/scc/execute/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/scc/execute/Makefile b/tests/scc/execute/Makefile @@ -1,11 +1,11 @@ .POSIX: -ROOT=../../../root +ROOT=../../.. all: tests tests: - @CFLAGS='' SCCPREFIX=$(ROOT) PATH=$(ROOT)/bin:$$PATH chktest.sh scc-tests.lst + @CFLAGS='' SCCPREFIX=$(ROOT) PATH=$(ROOT)/bin:$$PATH ./chktest.sh scc-tests.lst clean: rm -f *.as *.o *.ir *.qbe *core test.log