summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_subdirectory/CMP0082-WARN-NoTopInstall-install-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix newline matching in several RunCMake.* casesBrad King2021-07-021-1/+2
| | | | | | | | The RunCMake infrastructure's `*-stdout.txt` expected output files interpret `\n` as a `\` and `n` rather than a newline. Use a literal newline instead. Otherwise the cases that were trying to match any configuration name via `[^\n]*` would fail on `RelWithDebInfo` because it contains the letter `n`.
* Testing: Add test for CMP0082Kyle Edwards2018-10-101-0/+2