summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/If-Invalid-Argument.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move command failure cases into RunCMake infrastructureBrad King2015-07-141-2/+0
| | | | | | | 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.
* fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")Rolf Eike Beer2012-01-221-0/+2
Also adds test to verify this.