fixed for remove COMMAND

This commit is contained in:
Ken Martin
2002-04-22 11:51:26 -04:00
parent 9c69be42de
commit 7aa35093b8
15 changed files with 96 additions and 15 deletions
@@ -1,4 +1,5 @@
#include "cmTestConfigure.h"
#include "cmVersion.h"
#include "ExtraSources/file1.h"
#include "file2.h"
#include "sharedFile.h"
@@ -655,6 +656,18 @@ int main()
{
cmFailed("CMAKE_MINIMUM_REQUIRED_VERSION is not set to the expected 1.3");
}
// ----------------------------------------------------------------------
// Test REMOVE command
if (strcmp("a;b;d",REMOVE_STRING))
{
cmPassed("REMOVE is working");
}
else
{
cmFailed("REMOVE is not working");
}
// ----------------------------------------------------------------------
// Summary