Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-10 | Add a very simple test for the pre-processor. | Carl Worth | |
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. | |||
2010-05-10 | Add .gitignore file. | Carl Worth | |
To ignore generated source files (and glcpp binary). |