Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2020-06-18 | 1 | -1/+1 |
| | | | | Use 3.3 or 2.8.12 where possible. | ||||
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 1 | -1/+1 |
| | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. | ||||
* | variable_watch: Add test for MODIFIED_ACCESS report | Brad King | 2013-06-03 | 1 | -0/+3 |
Add a RunCMake.variable_watch watch test to cover the basic use case. |