mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Replace usage of "GUIs" in cxxtest with the command line,
and extend that to support -libdir <dir> and -disabled. Fixes #2488. This was SVN commit r15795.
This commit is contained in:
@@ -1327,12 +1327,12 @@ function configure_cxxtestgen()
|
||||
local lcxxtestrootoptions = "--have-std"
|
||||
|
||||
if _OPTIONS["jenkins-tests"] then
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --gui=PsTestWrapper --runner=XmlPrinter"
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=XmlPrinter"
|
||||
else
|
||||
if os.is("windows") then
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --gui=PsTestWrapper --runner=Win32ODSPrinter"
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=Win32ODSPrinter"
|
||||
else
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --gui=PsTestWrapper --runner=ErrorPrinter"
|
||||
lcxxtestrootoptions = lcxxtestrootoptions .. " --runner=ErrorPrinter"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user