mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
414eb60482
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.
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
tags
|
|
build/
|
|
Test/localResults/
|
|
Test/multiThread.out
|
|
Test/singleThread.out
|
|
External/googletest
|