- Timestamp:
- 04/23/09 13:45:45 (3 years ago)
- Files:
-
- 1 modified
-
branches/mgunit-1.0/mgunit/src/mgunit_wrapper.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mgunit-1.0/mgunit/src/mgunit_wrapper.pro
r66 r68 10 10 !quiet = 1 11 11 12 opts = obj_new('mg_options' )12 opts = obj_new('mg_options', app_name='mgunit', version='1.0.0beta') 13 13 14 14 opts->addOption, 'color', 'c', /boolean, help='produce color output on STDOUT' … … 16 16 opts->addOption, 'gui', 'g', /boolean, help='start a GUI to run the tests' 17 17 opts->addOption, 'html', 'm', /boolean, help='produce HTML output' 18 opts->addParams, [0, -1] 18 19 19 20 opts->parseArgs
