Changeset 67 for trunk

Show
Ignore:
Timestamp:
04/23/09 13:45:06 (3 years ago)
Author:
mgalloy
Message:

Bringing use of mg_options in MGUNIT_WRAPPER up to date.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mgunit/src/mgunit_wrapper.pro

    r65 r67  
    1010  !quiet = 1 
    1111   
    12   opts = obj_new('mg_options') 
     12  opts = obj_new('mg_options', app_name='mgunit', version='1.0.0beta') 
    1313   
    1414  opts->addOption, 'color', 'c', /boolean, help='produce color output on STDOUT' 
     
    1616  opts->addOption, 'gui', 'g', /boolean, help='start a GUI to run the tests' 
    1717  opts->addOption, 'html', 'm', /boolean, help='produce HTML output' 
     18  opts->addParams, [0, -1] 
    1819   
    1920  opts->parseArgs