Difference between revisions of "Template:SMLUnitTesting"

From CSE425S Wiki
Jump to navigation Jump to search
(Created page with "<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #2424b3 solid;padding:0.5em;background-color: #e7e6fe"> <tr valig...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #2424b3 solid;padding:0.5em;background-color: #e7e6fe">
 
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #2424b3 solid;padding:0.5em;background-color: #e7e6fe">
 
<tr valign="top">
 
<tr valign="top">
<td align="right" style="padding-right:10px;"> ''file:''</td>
+
<td align="right" style="padding-right:10px;">''source folder:''</td>
<td>'''{{{msg|{{{1|}}}}}}.sml'''</td>
+
<td>src/test/sml/{{{msg|{{{2|}}}}}}</td>
<td rowspan="3" style="padding-left: 32px;"></td>
 
 
</tr>
 
</tr>
 
<tr valign="top">
 
<tr valign="top">
<td align="right" style="padding-right:10px;">''source folder:''</td>
+
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity off:''</td>
<td>src/test/sml/{{{msg|{{{2|}}}}}}</td>
+
<td>sml '''-Ccm.verbose=false''' {{{msg|{{{1|}}}}}}.sml</td>
 +
</tr>
 +
</tr>
 +
<tr valign="top">
 +
<td align="right" style="padding-right:10px;">''how to run with CM.make verbosity on:''</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