| 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 |