9
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<p> There is a simple step for Gaia-Automation Test </p> | <p> There is a simple step for Gaia-Automation Test </p> | ||
<h2> Step </h2> | <h2> Step </h2> | ||
<p> Assume you have already built your own b2g system for mobile phone </p> | <p> Assume you have already built your own b2g system for mobile phone and the phone is connected to computer</p> | ||
<h3> | |||
<p> Step1: go to gaia repo </p> | |||
<pre class="_fck_mw_lspace">cd B2G/gaia | |||
</pre> | |||
<p> Step2: Make sure gaia is up-to-date </p> | |||
<pre class="_fck_mw_lspace">git pull | |||
</pre> | |||
<pre class="_fck_mw_lspace">git pull b2g master | |||
</pre> | |||
<p> Step3: Forwad </p> | |||
<pre class="_fck_mw_lspace">adb forward tcp:2828 tcp:2828 | |||
</pre> | |||
<p> Step4: Doing Test </p> | |||
<pre class="_fck_mw_lspace">make test-integration | |||
</pre> | |||
<p><br /> | |||
</p> |
edits