scc

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

commit 586aa6a2ddc5ce107bf53437443596b633d02de5
parent bd06ba3a5ea0f122fbb6b7c284c32068220dd33b
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