glslang/StandAlone
Lei Zhang 414eb60482 Link in Google Test framework.
The existing test harness is a homemade shell script. All the tests
and the expected results are written in plain text files. The harness
just reads in a test, invoke the glslangValidator binary on it, and
compare the result with the golden file. All tests are kinda
integration tests.

This patch add Google Test as an external project, which provides a
new harness for reading shader source files, compile to SPIR-V, and
then compare with the expected output.
2016-03-31 10:31:30 -04:00
..
CMakeLists.txt Link in Google Test framework. 2016-03-31 10:31:30 -04:00
DefaultResourceLimits.cpp Link in Google Test framework. 2016-03-31 10:31:30 -04:00
DefaultResourceLimits.h Link in Google Test framework. 2016-03-31 10:31:30 -04:00
spirv-remap.cpp Fix compilation issues with MSVC 2010 2016-02-23 22:17:38 +01:00
StandAlone.cpp Link in Google Test framework. 2016-03-31 10:31:30 -04:00
Worklist.h Add an osinclude.h below each OS directory, redirects by platform macro 2015-11-16 18:05:18 +01:00