From 031ff872be7be76c2c088981a827cbb2a29dfc13 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Sun, 9 Dec 2012 19:43:40 +0400 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.3.1