[Build] Enable test discovery in VS Test Explorer

This commit is contained in:
Herman S.
2026-03-05 16:18:23 +09:00
parent 16d2cc05c5
commit 086decfa6e
5 changed files with 10 additions and 1 deletions

View File

@@ -1805,6 +1805,7 @@ class DevenvCommand(Command):
"-B", vs_build_dir,
"-G", "Visual Studio 17 2022",
"-A", "x64",
"-DXENIA_BUILD_TESTS=ON",
])
sln_path = os.path.join(vs_build_dir, "xenia.sln")
print(f"Opening {sln_path} in Visual Studio...")