]> git.tdb.fi Git - libs/gl.git/history - tests/glsl/glslcompiler.cpp
Check for extra error lines in compiler output
[libs/gl.git] / tests / glsl / glslcompiler.cpp
2021-03-08 Mikko RasaCheck for extra error lines in compiler output
2021-03-05 Mikko RasaCheck that errors were generated as expected
2021-03-05 Mikko RasaCatch exceptions from parsing while testing the compiler
2021-03-04 Mikko RasaCheck for missing lines in error output
2021-03-04 Mikko RasaMake the GLSL compiler tester able to verify errors
2021-03-04 Mikko RasaFlip the parameters of Tokenizer::begin
2021-03-04 Mikko RasaAdd a unit test framework and some tests for the GLSL...