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

Delta Between Two Patch Sets: README.md

Issue 29344967: Issue 4031 - Implement tests for libadblockplus-android (Closed)
Left Patch Set: fixed "B" to "b" (Fhd) Created Sept. 13, 2016, 5:57 a.m.
Right Patch Set: fix typo ".. file[s]" Created Sept. 15, 2016, 10:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgignore ('k') | libadblockplus-android-tests/AndroidManifest.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Adblock Plus Library for Android 1 Adblock Plus Library for Android
2 ======================== 2 ========================
3 3
4 An Android library project that runs a proxy to block ads. 4 An Android library project that runs a proxy to block ads.
5 5
6 Updating the dependencies 6 Updating the dependencies
7 ------------------------- 7 -------------------------
8 8
9 Adblock Plus Library for Android has dependencies that aren't in this repository . 9 Adblock Plus Library for Android has dependencies that aren't in this repository .
10 To update those, call: 10 To update those, call:
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ## Library tests 55 ## Library tests
56 56
57 ### Requirements 57 ### Requirements
58 58
59 Make sure _Library_ requirements are present. 59 Make sure _Library_ requirements are present.
60 60
61 ### Building 61 ### Building
62 62
63 Set ANDROID_HOME environment variable to your Android SDK directory. 63 Set ANDROID_HOME environment variable to your Android SDK directory.
64 64
65 In the 'libadblockplus-android-tests' run: 65 In the 'libadblockplus-android-tests' directory run:
66 66
67 ant instrument 67 ant instrument
68 68
69 ### Testing 69 ### Testing
70 70
71 1. Connect an Android device or start the Android Emulator. 71 1. Connect an Android device or start the Android Emulator.
72 2. In the 'libadblockplus-android-tests' directory run: 72 2. In the 'libadblockplus-android-tests' directory run:
73 73
74 ant instrument install test 74 ant instrument install test
75 75
76 to build instrumentation tests app and perform testing or run: 76 to build instrumentation tests app and perform testing or run:
77 77
78 ant test 78 ant test
79 79
80 to run installed instrumentation tests app 80 to run installed instrumentation tests app.
LEFTRIGHT

Powered by Google App Engine
This is Rietveld