summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
blob: 408178ea6b842f0e0e94c02f4b2f91ffeea4cede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.cyngn.audiofx.tests">

    <application android:label="@string/app_name">
        <uses-library android:name="android.test.runner" />
    </application>

    <instrumentation
            android:name="android.test.InstrumentationTestRunner"
            android:targetPackage="com.cyngn.audiofx" />
</manifest>