MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / TEST

Function TEST

test/software_version_test.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47TEST(SoftwareVersion, ShortIsCorrectForm) {
48 SCOPED_TRACE("short form");
49 CheckFormOfHighLevelVersion(spvSoftwareVersionString());
50}
51
52TEST(SoftwareVersion, DetailedIsCorrectForm) {
53 const std::string detailed_version(spvSoftwareVersionDetailsString());

Callers

nothing calls this directly

Calls 3

spvSoftwareVersionStringFunction · 0.85

Tested by

no test coverage detected