mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
Make CxxTest output on Windows go to OutputDebugString instead of stdout, so it'll appear in the VS debug output window.
This was SVN commit r6258.
This commit is contained in:
parent
e063542a5f
commit
4a57fed5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ function setup_tests()
|
|||
package.testoptions = "--have-std"
|
||||
package.rootoptions = "--have-std"
|
||||
if OS == "windows" then
|
||||
package.rootoptions = package.rootoptions .. " --gui=Win32Gui --runner=ParenPrinter"
|
||||
package.rootoptions = package.rootoptions .. " --gui=Win32Gui --runner=Win32ODSPrinter"
|
||||
else
|
||||
package.rootoptions = package.rootoptions .. " --runner=ErrorPrinter"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue