Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ArgumentExpansion test expected results | Brad King | 2011-01-11 | 1 | -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 Boeckel | 2010-10-08 | 1 | -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' test | Ben Boeckel | 2010-10-07 | 1 | -0/+59 |