Lines Matching defs:gui
8 --gui=CLASS Like --runner, with GUI component
36 gui = None
81 ['version', 'output=', 'runner=', 'gui=',
92 global outputFileName, templateFileName, runner, gui, haveStandardLibrary, factor, longlong
103 elif o == '--gui':
104 gui = a
139 if gui and not runner:
424 if gui:
425 output.write( "#include <cxxtest/%s.h>\n" % gui )
431 if gui:
435 output.write( ' return CxxTest::GuiTuiRunner<CxxTest::%s, CxxTest::%s>( argc, argv ).run();\n' % (gui, runner) )