diff options
author | Brad King <brad.king@kitware.com> | 2023-01-26 20:11:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-28 12:16:58 (GMT) |
commit | d6e7e4d4a1844af15c005dab2db6237464ad160d (patch) | |
tree | dffd5a3bec1c87ae8e235fbdee6547315593e31c /Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake | |
parent | 9596305c0b78b1589703bcd4ace1e764e27dd630 (diff) | |
download | CMake-d6e7e4d4a1844af15c005dab2db6237464ad160d.zip CMake-d6e7e4d4a1844af15c005dab2db6237464ad160d.tar.gz CMake-d6e7e4d4a1844af15c005dab2db6237464ad160d.tar.bz2 |
Tests: Extend RunCMake.Ninja ShowIncludes cases to cover more languages
Add cases for English, French, German, and Japanese.
Diffstat (limited to 'Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake')
-rw-r--r-- | Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake b/Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake new file mode 100644 index 0000000..9338709 --- /dev/null +++ b/Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake @@ -0,0 +1,3 @@ +# 'cl /showIncludes' prefix with 'VSLANG=1033' and 'chcp 437'. +set(expect "Note: including file: ") +include(${CMAKE_CURRENT_LIST_DIR}/ShowIncludes-check.cmake) |