Skip to content

Files

This branch is 2744 commits behind KhronosGroup/glslang:main.

gtests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 2, 2017
Oct 5, 2016
Jul 4, 2017
Oct 5, 2016
Oct 13, 2016
Dec 8, 2017
Aug 10, 2016
May 18, 2017
Dec 9, 2016
Oct 5, 2016
Mar 31, 2016
May 18, 2017
Oct 5, 2016
Oct 5, 2016
Dec 16, 2017
Dec 10, 2016
Sep 27, 2017
Oct 5, 2016

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.