summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/showIncludes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/showIncludes.c')
-rw-r--r--Tests/RunCMake/showIncludes.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/showIncludes.c b/Tests/RunCMake/showIncludes.c
index 5afe04a03c..7d467cfaa8 100644
--- a/Tests/RunCMake/showIncludes.c
+++ b/Tests/RunCMake/showIncludes.c
@@ -36,6 +36,14 @@ int main()
}
}
+ // msvc-wine (special case for test, not a real VS value).
+ if (strcmp(vslang, "msvc-wine") == 0) {
+ if (cp == 437 || cp == 65001) {
+ printf("Note: including file: /c/foo.h\n");
+ return 0;
+ }
+ }
+
// German.
if (strcmp(vslang, "1031") == 0) {
if (cp == 437 || cp == 65001) {