Confirmed users
3,376
edits
| (3 intermediate revisions by the same user not shown) | |||
| Line 42: | Line 42: | ||
cd /media/mmc1/unittest | cd /media/mmc1/unittest | ||
cp bin/* fennec/xulrunner | cp bin/* fennec/xulrunner | ||
cp components/* fennec/components | cp bin/components/* fennec/components | ||
cp plugins/* fennec/plugins | cp bin/plugins/* fennec/xulrunner/plugins | ||
</pre> | </pre> | ||
| Line 57: | Line 57: | ||
</pre> | </pre> | ||
We have created a framework to wrap the unittests [[ | We have created a framework to wrap the unittests [[Mobile/Fennec_Automation|maemkit]] which makes this a little bit easier. Keeping the above example, you need to copy the maemkit files to /media/mmc1/maemkit. | ||
Now Edit the /media/mmc1/maemkit/maemkit.cfg file: | Now Edit the /media/mmc1/maemkit/maemkit.cfg file: | ||