mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
ENH: add test for SEPARATE_ARGUMENTS
This commit is contained in:
@@ -667,7 +667,17 @@ int main()
|
||||
{
|
||||
cmFailed("REMOVE is not working");
|
||||
}
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Test SEPARATE_ARGUMENTS
|
||||
if(strcmp("a;b;c", TEST_SEP) == 0)
|
||||
{
|
||||
cmPassed("SEPARATE_ARGUMENTS is working");
|
||||
}
|
||||
else
|
||||
{
|
||||
cmFailed("SEPARATE_ARGUMENTS is not working");
|
||||
}
|
||||
// ----------------------------------------------------------------------
|
||||
// Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user