summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-26 20:11:40 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-28 12:16:58 (GMT)
commitd6e7e4d4a1844af15c005dab2db6237464ad160d (patch)
treedffd5a3bec1c87ae8e235fbdee6547315593e31c /Tests/RunCMake/Ninja/ShowIncludes-437-English-check.cmake
parent9596305c0b78b1589703bcd4ace1e764e27dd630 (diff)
downloadCMake-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.cmake3
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)