CMake/Tests/RunCMake/if
Matt McCormick 14e49ed156 if: Add "TEST <test>" condition
if(TEST TestNameThatExists) will return true if a test with the name
TestNameThatExists has been added with add_test.  The syntax is similar
to if(TARGET TargetName).  Since use of "TEST" as an argument to if()
could previously be interpreted as a non-keyword argument, add policy
CMP0064 to treat it as a keyword as NEW behavior.
2015-08-03 09:22:25 -04:00
..
CMakeLists.txt Cygwin: Avoid legacy warnings in RunCMake.* tests 2013-08-13 09:50:15 -04:00
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 if: Add test for IS_DIRECTORY 2013-05-28 11:35:32 -04:00
IsDirectory.cmake if: Add test for IS_DIRECTORY 2013-05-28 11:35:32 -04:00
IsDirectoryLong-stdout.txt if: Add test for IS_DIRECTORY 2013-05-28 11:35:32 -04:00
IsDirectoryLong.cmake if: Add test for IS_DIRECTORY 2013-05-28 11:35:32 -04:00
RunCMakeTest.cmake if: Add "TEST <test>" condition 2015-08-03 09:22:25 -04: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 if(): Test the effect of cmMakefileCall use in elseif() handling. 2015-05-18 21:28:09 +02:00
elseif-message-stderr.txt if(): Test the effect of cmMakefileCall use in elseif() handling. 2015-05-18 21:28:09 +02:00
elseif-message.cmake if(): Test the effect of cmMakefileCall use in elseif() handling. 2015-05-18 21:28:09 +02:00