aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/115-line-continuations.c.expected
Commit message (Collapse)AuthorAgeFilesLines
* glcpp: Add tests for line continuationCarl Worth2013-01-111-0/+10
First we test that line continuations are honored within a comment, (as recently changed in glcpp), then we test that line continuations can be disabled via an option within the context. This is tested via the new support for a test-specific command-line option passed to glcpp. Reviewed-by: Kenneth Graunke <[email protected]>