aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@navytux.spb.ru>2012-12-09 19:43:40 +0400
committerKirill Smelkov <kirr@navytux.spb.ru>2012-12-09 19:43:40 +0400
commit031ff872be7be76c2c088981a827cbb2a29dfc13 (patch)
tree7cdda2393a54f9ed6fb25f50987be0ff1542d615 /.gitignore
parentdbeb4faf21597914534c791f2ca63d3ed7427810 (diff)
downloadtinycc-031ff872be7be76c2c088981a827cbb2a29dfc13.tar.gz
tinycc-031ff872be7be76c2c088981a827cbb2a29dfc13.tar.bz2
tests: Add tests for compile/run tcc.c with `tcc -b` then compile tcc.c again, then run tcctest.c
Just like with test[123] add their test[123]b variants. After previous 3 patchs all test pass here on Debian GNU/Linux on i385 with gcc-4.7 with or without memory randomization turned on.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ae4965c..376ea52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,8 +11,11 @@ tc1.c
error.c
i386-gen1.c
test.out1
+test.out1b
test.out2
+test.out2b
test.out3
+test.out3b
web.sh
memdebug.c
bench