summaryrefslogtreecommitdiff
path: root/test/c_interface_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto1-0/+2
Avoid polluting the global namespace.
2017-01-13Validation of OpEntryPoint usage.Ehsan Nasiri1-1/+3
According to the SPIRV Spec (2.16.1): * There is at least one OpEntryPoint instruction, unless the Linkage capability is being used. * No function can be targeted by both an OpEntryPoint instruction and an OpFunctionCall instruction. Also updated unit tests to includ OpEntryPoint.
2016-11-07Renaming test files to comply with Google style guide.Lei Zhang1-0/+281
Also posfixing test files with `_test' to make it more clear.