summaryrefslogtreecommitdiffstats
path: root/tests/TileBenchmark/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TileBenchmark/AndroidManifest.xml')
-rw-r--r--tests/TileBenchmark/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TileBenchmark/AndroidManifest.xml b/tests/TileBenchmark/AndroidManifest.xml
index ab61a9e..f125c70 100644
--- a/tests/TileBenchmark/AndroidManifest.xml
+++ b/tests/TileBenchmark/AndroidManifest.xml
@@ -18,5 +18,9 @@
android:label="@string/playback_activity"
android:theme="@android:style/Theme.Holo.NoActionBar">
</activity>
+ <uses-library android:name="android.test.runner" />
</application>
+ <instrumentation android:name="android.test.InstrumentationTestRunner"
+ android:targetPackage="com.test.tilebenchmark"
+ android:label="Tests for WebView Tiles."/>
</manifest>