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

Side by Side Diff: README.md

Issue 29344967: Issue 4031 - Implement tests for libadblockplus-android (Closed)
Patch Set: Created May 27, 2016, 1:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgignore ('k') | libadblockplus-android-tests/AndroidManifest.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Adblock Plus for Android 1 Adblock Plus for Android
2 ======================== 2 ========================
3 3
4 An Android app that runs a proxy to block ads. 4 An Android app that runs a proxy to block ads.
5 5
6 Updating the dependencies 6 Updating the dependencies
7 ------------------------- 7 -------------------------
8 8
9 Adblock Plus for Android has dependencies that aren't in this repository. 9 Adblock Plus for Android has dependencies that aren't in this repository.
10 To update those, call: 10 To update those, call:
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. 73 3. Select the project directory (_adblockplusandroid_) as _Root Directory_.
74 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. 74 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_.
75 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ 75 5. Revert any local changes to _.classpath_ in _adblockplusandroid_
76 and _adblockplusandroid/submodules/android-switch-backport_. 76 and _adblockplusandroid/submodules/android-switch-backport_.
77 77
78 ### Running 78 ### Running
79 79
80 1. Connect an Android device or start the Android Emulator. 80 1. Connect an Android device or start the Android Emulator.
81 2. In Eclipse, select the _Adblock Plus_ project, then run it as an 81 2. In Eclipse, select the _Adblock Plus_ project, then run it as an
82 _Android Application_. 82 _Android Application_.
83
84 ### Testing
85
86 1. Connect an Android device or start the Android Emulator.
87 2. In the 'libadblockplus-android-tests' directory run:
88
89 ant instrument install test
90
91 to build instrumentation tests app and perform testing or run:
92
93 ant test
94
95 to run installed instrumentation tests app
OLDNEW
« 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