Searched defs:runner (Results 1 - 1 of 1) sorted by relevance
/inkscape/cxxtest/ |
H A D | cxxtestgen.py | 7 --runner=CLASS Create a main() function that runs CxxTest::CLASS 8 --gui=CLASS Like --runner, with GUI component 9 --error-printer Same as --runner=ErrorPrinter 16 --template=TEMPLATE Use TEMPLATE file to generate the test runner 17 --include=HEADER Include HEADER in test runner before other headers 35 runner = None variable 81 ['version', 'output=', 'runner=', 'gui=', 92 global outputFileName, templateFileName, runner, gui, haveStandardLibrary, factor, longlong 101 elif o == '--runner': 102 runner [all...] |
Completed in 170 milliseconds