Searched refs:test_version (Results 1 – 2 of 2) sorted by relevance
102 std::string test_version = std::string("glibc ") + version; in glibc_version_less_than() local108 bool result = strverscmp(current_version, test_version.c_str()) < 0; in glibc_version_less_than()
8 def test_version(self): member in VersionTestCase