summaryrefslogtreecommitdiffstats
path: root/Tests/MissingSourceFile
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* Test that missing source mentions directory (#11677)Brad King2011-01-151-1/+1
| | | | | Teach the MissingSourceFile test to verify that the directory portion of a missing source file is mentioned in the error message.
* Report missing source files with context of targetBrad King2010-09-131-0/+3
Previously we reported only the CMakeLists.txt file in the directory that adds the target.