CMake/Tests/RunCMake/if
Daniel Pfeifer 7a649111cd Use string(APPEND) in Tests
Automate with:

find Tests -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
2016-07-28 00:43:04 +02:00
..
CMakeLists.txt
InvalidArgument1-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
InvalidArgument1-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
InvalidArgument1.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
IsDirectory-stdout.txt
IsDirectory.cmake
IsDirectoryLong-stdout.txt
IsDirectoryLong.cmake Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
MatchesSelf.cmake cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) 2016-02-01 10:05:10 -05:00
RunCMakeTest.cmake cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) 2016-02-01 10:05:10 -05:00
TestNameThatDoesNotExist-stdout.txt if: Add "TEST <test>" condition 2015-08-03 09:22:25 -04:00
TestNameThatDoesNotExist.cmake if: Add "TEST <test>" condition 2015-08-03 09:22:25 -04:00
TestNameThatExists-stdout.txt if: Add "TEST <test>" condition 2015-08-03 09:22:25 -04:00
TestNameThatExists.cmake if: Add "TEST <test>" condition 2015-08-03 09:22:25 -04:00
elseif-message-result.txt
elseif-message-stderr.txt
elseif-message.cmake