blob: 2c883086c3129066b9a06ea1ee5272657d857f34 [file] [log] [blame]
Paul Duffin9770a7a2016-08-08 18:36:38 +01001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.google.dexmaker.tests" >
3
4 <application>
5 <uses-library android:name="android.test.runner" />
6 </application>
7
8 <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
9 android:targetPackage="com.google.dexmaker.tests"
10 android:label="Dexmaker Tests"/>
11
12</manifest>