forked from mirrors/0ad
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user