summaryrefslogtreecommitdiffstats
path: root/Tests/MissingSourceFile
Commit message (Collapse)AuthorAgeFilesLines
* 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.