Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29344967: Issue 4031 - Implement tests for libadblockplus-android (Closed)
Patch Set: Created May 27, 2016, 1:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | libadblockplus-android-tests/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -75,8 +75,21 @@
5. Revert any local changes to _.classpath_ in _adblockplusandroid_
and _adblockplusandroid/submodules/android-switch-backport_.
### Running
1. Connect an Android device or start the Android Emulator.
2. In Eclipse, select the _Adblock Plus_ project, then run it as an
_Android Application_.
+
+### Testing
+
+1. Connect an Android device or start the Android Emulator.
+2. In the 'libadblockplus-android-tests' directory run:
+
+ ant instrument install test
+
+to build instrumentation tests app and perform testing or run:
+
+ ant test
+
+to run installed instrumentation tests app
« no previous file with comments | « .hgignore ('k') | libadblockplus-android-tests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld