Add a very simple test for the pre-processor.
authorCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 23:21:10 +0000 (16:21 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 10 May 2010 23:21:10 +0000 (16:21 -0700)
commite8c790b3ceab06eb0433c3a234d3e16980f7ef19
tree1513d85cfb33696fa88726b42e2a5623df079abc
parent0b27b5f05191f07ed31e65ff07e5233672f3c33a
Add a very simple test for the pre-processor.

Validate desired test cases by ensuring the output of glcpp matches
the output of the gcc preprocessor, (ignoring any lines of the gcc
output beginning with '#').

Only one test case so far with a trivial #define.
.gitignore
Makefile
tests/001-define.c [new file with mode: 0644]
tests/glcpp-test [new file with mode: 0755]