1
edit
Changes
How-Tos
,→Mozilla
{|style="background-color:PaleGoldenrod;width:100%;padding:10px"
====Automated Tests====
<p>
Build Firefox from source.
</p>
|-|
=====Mochitests=====
{|style="background-color:PaleGoldenrod;width:90%;align:center;margin-left:auto;margin-right:auto;"
'''<span style="color:DarkRed">Step 1</span>'''
<blockquote>
Run the Mochitests
<pre>cd $(OBJDIR)/_tests/testing/mochitest
or
<pre>make -C $(OBJDIR) mochitest</pre>
<span style="color:DarkRed">B)</span><br/>
Specific Mochitests can be run by the following:
<pre>cd $(OBJDIR)/_tests/testing/mochitest
|} <!-- end of Mochitest Section -->
|-
|
=====XPCShell=====
<blockquote>
<pre>cd path/to/source/make check</pre></preblockquote>How to make [https://developer.mozilla.org/en/Writing_xpcshell-based_unit_testsxpcshell] tests.|} </bockquote!-- end of XPCShell tests -->|-->|
=====Reftests=====