summaryrefslogtreecommitdiff
path: root/tests/glcpp-test
AgeCommit message (Expand)Author
2010-05-28Stop interrupting the test suite at the first failure.Carl Worth
2010-05-27Remove blank lines from output files before comparing.Carl Worth
2010-05-26Implement #if and friends.Carl Worth
2010-05-25Implement expansion of object-like macros.Carl Worth
2010-05-25Make the lexer pass whitespace through (as OTHER tokens) for text lines.Carl Worth
2010-05-25Store parsed tokens as token list and print all text lines.Carl Worth
2010-05-25Starting over with the C99 grammar for the preprocessor.Carl Worth
2010-05-20Implement #if, #else, #elif, and #endif with tests.Carl Worth
2010-05-20Stop ignoring whitespace while testing.Carl Worth
2010-05-17Fix (and add test for) function-like macro invocation with newlines.Carl Worth
2010-05-14Don't return SPACE tokens unless strictly needed.Carl Worth
2010-05-10Add a very simple test for the pre-processor.Carl Worth