e5ca59b456
Move failure cases from the CMake.{If,List,While,GetProperty} tests over to the RunCMake.{if,list,while,get_property} tests to use the more modern infrastructure. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths.
25 lines
534 B
CMake
25 lines
534 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(cache_properties)
|
|
run_cmake(directory_properties)
|
|
run_cmake(global_properties)
|
|
run_cmake(install_properties)
|
|
run_cmake(source_properties)
|
|
run_cmake(target_properties)
|
|
run_cmake(test_properties)
|
|
run_cmake(DebugConfigurations)
|
|
|
|
run_cmake(MissingArgument)
|
|
run_cmake(GlobalName)
|
|
run_cmake(BadTest)
|
|
run_cmake(BadTarget)
|
|
run_cmake(BadScope)
|
|
run_cmake(BadDirectory)
|
|
run_cmake(BadArgument)
|
|
run_cmake(VariableName)
|
|
run_cmake(NoTest)
|
|
run_cmake(NoTarget)
|
|
run_cmake(NoSource)
|
|
run_cmake(NoProperty)
|
|
run_cmake(NoCache)
|