| 45 | } |
| 46 | |
| 47 | TEST(SoftwareVersion, ShortIsCorrectForm) { |
| 48 | SCOPED_TRACE("short form"); |
| 49 | CheckFormOfHighLevelVersion(spvSoftwareVersionString()); |
| 50 | } |
| 51 | |
| 52 | TEST(SoftwareVersion, DetailedIsCorrectForm) { |
| 53 | const std::string detailed_version(spvSoftwareVersionDetailsString()); |
nothing calls this directly
no test coverage detected