• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<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>
13