diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-30 18:01:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-30 18:01:07 (GMT) |
commit | 6cc58e5f9b88ed071be75f5e6eccaaa8063056f1 (patch) | |
tree | 07338ef12f93b70fb6bdf1490680276001274de2 /Tests/ComplexRelativePaths/Executable/complex.cxx | |
parent | 2d37e6d1a86ea2397645fc94b7a0afe9354aa326 (diff) | |
download | CMake-6cc58e5f9b88ed071be75f5e6eccaaa8063056f1.zip CMake-6cc58e5f9b88ed071be75f5e6eccaaa8063056f1.tar.gz CMake-6cc58e5f9b88ed071be75f5e6eccaaa8063056f1.tar.bz2 |
ENH: add test for SEPARATE_ARGUMENTS
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/complex.cxx')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/complex.cxx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx index 89c3436..fb268c4 100644 --- a/Tests/ComplexRelativePaths/Executable/complex.cxx +++ b/Tests/ComplexRelativePaths/Executable/complex.cxx @@ -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 |