diff options
| author | Kirill Smelkov <kirr@navytux.spb.ru> | 2012-12-09 19:43:40 +0400 |
|---|---|---|
| committer | Kirill Smelkov <kirr@navytux.spb.ru> | 2012-12-09 19:43:40 +0400 |
| commit | 031ff872be7be76c2c088981a827cbb2a29dfc13 (patch) | |
| tree | 7cdda2393a54f9ed6fb25f50987be0ff1542d615 /.gitignore | |
| parent | dbeb4faf21597914534c791f2ca63d3ed7427810 (diff) | |
| download | tinycc-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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
