Difference between revisions of "Template:SMLUnitTesting"

From CSE425S Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
<tr valign="top">
 
<tr valign="top">
 
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity off:''</td>
 
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity off:''</td>
<td>sml '''-Ccm.verbosity=false''' {{{msg|{{{1|}}}}}}.sml</td>
+
<td>sml '''-Ccm.verbose=false''' {{{msg|{{{1|}}}}}}.sml</td>
 
</tr>
 
</tr>
 
</tr>
 
</tr>

Revision as of 14:18, 2 March 2022

source folder: src/test/sml/
how to run with CM.make verbosity off: sml -Ccm.verbose=false .sml
how to run with CM.make verbosity on: sml .sml