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:
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