You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
AST.FromFile.cpp v811_spc009_project 4 months ago
BuiltInResource.FromFile.cpp v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
Config.FromFile.cpp v811_spc009_project 4 months ago
HexFloat.cpp v811_spc009_project 4 months ago
Hlsl.FromFile.cpp v811_spc009_project 4 months ago
Initializer.h v811_spc009_project 4 months ago
Link.FromFile.Vk.cpp v811_spc009_project 4 months ago
Link.FromFile.cpp v811_spc009_project 4 months ago
Pp.FromFile.cpp v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
Remap.FromFile.cpp v811_spc009_project 4 months ago
Settings.cpp v811_spc009_project 4 months ago
Settings.h v811_spc009_project 4 months ago
Spv.FromFile.cpp v811_spc009_project 4 months ago
TestFixture.cpp v811_spc009_project 4 months ago
TestFixture.h v811_spc009_project 4 months ago
main.cpp v811_spc009_project 4 months ago
pch.h v811_spc009_project 4 months ago

README.md

Glslang Tests based on the Google Test Framework

This directory contains Google Test based test fixture and test cases for glslang.

Apart from typical unit tests, necessary utility methods are added into the GlslangTests fixture to provide the ability to do file-based integration tests. Various *.FromFile.cpp files lists names of files containing input shader code in the Test/ directory. Utility methods will load the input shader source, compile them, and compare with the corresponding expected output in the Test/baseResults/ directory.

How to run the tests

Please make sure you have a copy of Google Test checked out under the External directory before building. After building, just run the ctest command or the gtests/glslangtests binary in your build directory.

The gtests/glslangtests binary also provides an --update-mode command line option, which, if supplied, will overwrite the golden files under the Test/baseResults/ directory with real output from that invocation. This serves as an easy way to update golden files.