summaryrefslogtreecommitdiffstats
path: root/Tests/ArgumentExpansion
Commit message (Collapse)AuthorAgeFilesLines
* Fix ArgumentExpansion test expected resultsBrad King2011-01-111-6/+7
| | | | | | | | Teach the ArgumentExpansion test to expect flattened lists as has always been the case in the CMake language. Now that the test should pass enable the failure regex even when CMAKE_STRICT is not on. Replace the reference to the old ArgumentExpansion test behavior in the workaround comment in cmMakefile::TryCompile with a full inline explanation.
* Change the failure case string to 'Unexpected'Ben Boeckel2010-10-081-3/+3
| | | | | VS6 detects the 'Error' string and fails itself even though we don't actually care about it unless CMAKE_STRICT is on.
* Add 'ArgumentExpansion' testBen Boeckel2010-10-071-0/+59