scc

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

commit 7f7b41900c143b0cf049ee32a160f19af890dfb4
parent 3ef80008e88323260372f6d2404261f850c2ca83
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 19 Jan 2020 13:47:03 +0100

tests: Update .gitignore

Diffstat:
Atests/ar/execute/.gitignore | 1+
Atests/as/execute/.gitignore | 1+
Mtests/as/execute/Makefile | 2+-
Atests/cc/error/.gitignore | 1+
Atests/cc/execute/.gitignore | 1+
Atests/nm/execute/.gitignore | 2++
Atests/strip/execute/.gitignore | 2++
7 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/tests/ar/execute/.gitignore b/tests/ar/execute/.gitignore @@ -0,0 +1 @@ +test.log diff --git a/tests/as/execute/.gitignore b/tests/as/execute/.gitignore @@ -0,0 +1 @@ +test.log diff --git a/tests/as/execute/Makefile b/tests/as/execute/Makefile @@ -4,7 +4,7 @@ ROOT=../../../ all: tests tests: - @PATH=$(ROOT)/libexec/scc/:$(ROOT)/bin:$$PATH chktest.sh + @PATH=$(ROOT)/libexec/scc/:$(ROOT)/bin:$$PATH ./chktest.sh clean: rm -f test.log diff --git a/tests/cc/error/.gitignore b/tests/cc/error/.gitignore @@ -0,0 +1 @@ +test.log diff --git a/tests/cc/execute/.gitignore b/tests/cc/execute/.gitignore @@ -0,0 +1 @@ +test.log diff --git a/tests/nm/execute/.gitignore b/tests/nm/execute/.gitignore @@ -0,0 +1,2 @@ +test.log +z80.out diff --git a/tests/strip/execute/.gitignore b/tests/strip/execute/.gitignore @@ -0,0 +1,2 @@ +test.log +z80.out