mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Gradle test
This commit is contained in:
parent
966e72f3ba
commit
2230921780
4486 changed files with 295859 additions and 547 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="fr.free.nrw.commons.test">
|
||||
|
||||
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23" />
|
||||
|
||||
<application>
|
||||
<uses-library android:name="android.test.runner" />
|
||||
</application>
|
||||
|
||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
||||
android:targetPackage="fr.free.nrw.commons"
|
||||
android:handleProfiling="false"
|
||||
android:functionalTest="false"
|
||||
android:label="Tests for fr.free.nrw.commons"/>
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue