mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
fixed for remove COMMAND
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user