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