update preprocessor tests
authorMatthias Braun <matze@braunis.de>
Mon, 18 Jul 2011 17:32:12 +0000 (19:32 +0200)
committerMatthias Braun <matze@braunis.de>
Tue, 9 Aug 2011 18:19:23 +0000 (20:19 +0200)
commitd9f64d8f165b5c987cc723765f15b8535af6ac67
tree54a403521fe8c98dca157dbf000807becf8c2801
parentd5d4d38e55242a48a872a4b556f256e4ccdf8915
update preprocessor tests
46 files changed:
preproctest/digraph_fun.c [new file with mode: 0644]
preproctest/directives.c
preproctest/edgbug2.c [new file with mode: 0644]
preproctest/gccbug.c [new file with mode: 0644]
preproctest/header.h
preproctest/incifdef.c
preproctest/include.c
preproctest/linecomments.c [new file with mode: 0644]
preproctest/lineconcat.c [new file with mode: 0644]
preproctest/multilinecomments.c [new file with mode: 0644]
preproctest/recursive_defs.c [new file with mode: 0644]
preproctest/refresults/bla.c [new file with mode: 0644]
preproctest/refresults/defines.c [new file with mode: 0644]
preproctest/refresults/directives.c [new file with mode: 0644]
preproctest/refresults/doubleif.c [new file with mode: 0644]
preproctest/refresults/edgbug.c [new file with mode: 0644]
preproctest/refresults/edgbug2.c [new file with mode: 0644]
preproctest/refresults/empty.c [new file with mode: 0644]
preproctest/refresults/gccbug.c [new file with mode: 0644]
preproctest/refresults/ifdef.c [new file with mode: 0644]
preproctest/refresults/ifdef2.c [new file with mode: 0644]
preproctest/refresults/incifdef.c [new file with mode: 0644]
preproctest/refresults/include.c [new file with mode: 0644]
preproctest/refresults/linecomments.c [new file with mode: 0644]
preproctest/refresults/lineconcat.c [new file with mode: 0644]
preproctest/refresults/multilinecomments.c [new file with mode: 0644]
preproctest/refresults/recursive_defs.c [new file with mode: 0644]
preproctest/refresults/selfinclude.c [new file with mode: 0644]
preproctest/refresults/simple.c [new file with mode: 0644]
preproctest/refresults/simpledef.c [new file with mode: 0644]
preproctest/refresults/simpleifdef.c [new file with mode: 0644]
preproctest/refresults/simpleinclude.c [new file with mode: 0644]
preproctest/refresults/spaces.c [new file with mode: 0644]
preproctest/refresults/t2.c [new file with mode: 0644]
preproctest/refresults/t3.c [new file with mode: 0644]
preproctest/refresults/t8.c [new file with mode: 0644]
preproctest/refresults/t9.c [new file with mode: 0644]
preproctest/selfinclude.c
preproctest/simple.c [new file with mode: 0644]
preproctest/simpledef.c [new file with mode: 0644]
preproctest/simpleifdef.c [new file with mode: 0644]
preproctest/simpleinclude.c [new file with mode: 0644]
preproctest/spaces.c [new file with mode: 0644]
preproctest/t.c [deleted file]
preproctest/t3.c
preproctest/test.sh [new file with mode: 0755]