mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: increase coverage
This commit is contained in:
@@ -691,6 +691,20 @@ int main()
|
||||
cmFailed("ESCAPE_QUOTES is not working");
|
||||
}
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Test cmSystemTools::UpperCase
|
||||
std::string str = "abc";
|
||||
std::string strupper = "ABC";
|
||||
if(cmSystemTools::UpperCase(str) == strupper)
|
||||
{
|
||||
cmPassed("cmSystemTools::UpperCase is working");
|
||||
}
|
||||
else
|
||||
{
|
||||
cmFailed("cmSystemTools::UpperCase is working");
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user