add a test for escape quotes and configure file

This commit is contained in:
Bill Hoffman
2002-05-23 13:04:00 -04:00
parent 11d100c94f
commit 14b07c0973
9 changed files with 60 additions and 0 deletions
@@ -1,4 +1,5 @@
#include "cmTestConfigure.h"
#include "cmTestConfigureEscape.h"
#include "cmVersion.h"
#include "ExtraSources/file1.h"
#include "file2.h"
@@ -678,6 +679,18 @@ int main()
{
cmFailed("SEPARATE_ARGUMENTS is not working");
}
// ----------------------------------------------------------------------
// Test Escape Quotes
if(strcmp("\"hello world\"", STRING_WITH_QUOTES) == 0)
{
cmPassed("ESCAPE_QUOTES is working");
}
else
{
cmFailed("ESCAPE_QUOTES is not working");
}
// ----------------------------------------------------------------------
// Summary