Enable test case common/230 on msys2

Implemented 'windows' and '!windows' as platform value in test
configuration for this.
In MSVC environment this test is ignored anyway since make command is
not available.
This commit is contained in:
na-trium-144
2025-02-08 19:44:17 +09:00
committed by Paolo Bonzini
parent 9de3a8fddd
commit aee88e2363
6 changed files with 10 additions and 7 deletions

View File

@@ -43,7 +43,9 @@
"msvc",
"gcc",
"cygwin",
"!cygwin"
"!cygwin",
"windows",
"!windows"
]
},
"version": {