Changeset 52
- Timestamp:
- 04/09/09 14:22:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/mgunit/src/mgunit.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/src/mgunit.pro
r47 r52 16 16 ; html : in, optional, type=boolean 17 17 ; set to indicate HTML output instead of plain text 18 ; gui : in, optional, type=boolean19 ; set to start GUI test runner20 18 ; npass : out, optional, type=long 21 19 ; number of tests that passed … … 25 23 ; number of tests 26 24 ;- 27 pro mgunit, tests, filename=filename, html=html, gui=gui,$25 pro mgunit, tests, filename=filename, html=html, $ 28 26 color=color, $ 29 27 npass=npass, nfail=nfail, ntests=ntests
