Difference between revisions of "Template:SMLUnitTesting"

From CSE425S Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
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>
 
<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>
 +
 +
'''note: ensure that you have removed all printing to receive credit for any assignment.'''
 +
 +
[https://www.smlnj.org/doc/errors.html SML Error Messages]

Latest revision as of 14:33, 30 August 2024

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

note: ensure that you have removed all printing to receive credit for any assignment.

SML Error Messages