Home | History | Annotate | Download | only in tools

Lines Matching refs:getOption

141 	cmdLine.serverBin				= opts.getOption<opt::StartServer>();
142 cmdLine.host = opts.getOption<opt::Host>();
143 cmdLine.port = opts.getOption<opt::Port>();
144 cmdLine.caseListDir = opts.getOption<opt::CaseListDir>();
145 cmdLine.testset = opts.getOption<opt::TestSet>();
146 cmdLine.exclude = opts.getOption<opt::ExcludeSet>();
147 cmdLine.inFile = opts.getOption<opt::ContinueFile>();
148 cmdLine.outFile = opts.getOption<opt::TestLogFile>();
149 cmdLine.infoFile = opts.getOption<opt::InfoLogFile>();
150 cmdLine.summary = opts.getOption<opt::Summary>();
151 cmdLine.targetCfg.binaryName = opts.getOption<opt::BinaryName>();
152 cmdLine.targetCfg.workingDir = opts.getOption<opt::WorkingDir>();
153 cmdLine.targetCfg.cmdLineArgs = opts.getOption<opt::CmdLineArgs>();