summaryrefslogtreecommitdiff
path: root/glcpp/tests
AgeCommit message (Collapse)Author
2010-06-21glcpp/tests: Add a test for #if defined (identifier)Kenneth Graunke
Previously we only tested #if defined identifier (without parenthesis).
2010-06-21glcpp/tests: Add a test for #version followed by #define.Kenneth Graunke
This isn't really a C file, but...that's probably okay.
2010-06-21glcpp/tests: Add extra newline at the end of expected output.Kenneth Graunke
This newline at EOF is harmless and generated by the previous commit.
2010-06-21Merge Carl's preprocessor into the glcpp subdirectory.Kenneth Graunke