Changeset 47 for trunk

Show
Ignore:
Timestamp:
03/19/09 22:22:27 (3 years ago)
Author:
mgalloy
Message:

Partial commit for GUI test runner.

Location:
trunk/mgunit/src
Files:
1 added
1 modified

Legend:

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

    r30 r47  
    1616;    html : in, optional, type=boolean 
    1717;       set to indicate HTML output instead of plain text 
     18;    gui : in, optional, type=boolean 
     19;       set to start GUI test runner 
    1820;    npass : out, optional, type=long 
    1921;       number of tests that passed 
     
    2325;       number of tests       
    2426;- 
    25 pro mgunit, tests, filename=filename, html=html, color=color, $ 
     27pro mgunit, tests, filename=filename, html=html, gui=gui, $ 
     28            color=color, $ 
    2629            npass=npass, nfail=nfail, ntests=ntests 
    2730  compile_opt strictarr