Confirmed users
3,376
edits
| Line 1: | Line 1: | ||
==Installing the device agent== | |||
Download [[http://people.mozilla.org/~blassey/test-agent/test-agent.exe test-agent.exe]] to your phone. | |||
I recommend putting it in the / directory and [[https://wiki.mozilla.org/ReferencePlatforms/Test/WindowsMobile creating a shortcut]] in /windows/startup. | |||
Now you have a way to telnet to the device: | |||
<pre> | |||
telnet <ip> 27020 | |||
</pre> | |||
==Getting the Tests (local build)== | ==Getting the Tests (local build)== | ||
Edit your mozconfig to contain the following lines: | Edit your mozconfig to contain the following lines: | ||
| Line 18: | Line 28: | ||
to learn more about the tests, visit the [[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests MDC Guide]] | to learn more about the tests, visit the [[https://developer.mozilla.org/en/Writing_xpcshell-based_unit_tests MDC Guide]] | ||
==Getting the Tests (ftp)== | ==Getting the Tests (ftp)== | ||