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.verbosity=false''' {{{msg|{{{1|}}}}}}.sml</td>
 
</tr>
 
</tr>
 
</tr>
 
</tr>
 
<tr valign="top">
 
<tr valign="top">
 
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity on:''</td>
 
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity on:''</td>
<td>sml '''{{{msg|{{{1|}}}}}}.sml'''</td>
+
<td>sml {{{msg|{{{1|}}}}}}.sml</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 14:15, 2 March 2022

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