summaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-11-22 11:57:00 +0100
committerParménides GV <parmegv@sdf.org>2013-11-22 11:57:00 +0100
commit836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b (patch)
tree69034f031f4ef98cc48e4d3cc0e24775d34d4aca /tests/AndroidManifest.xml
parentecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (diff)
Rebased onto 0.2.2
Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it).
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
new file mode 100644
index 00000000..3e0b3496
--- /dev/null
+++ b/tests/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="se.leap.bitmaskclient.test"
+ android:versionCode="1"
+ android:versionName="1.0" >
+
+
+ <uses-sdk android:minSdkVersion="16" />
+
+ <instrumentation
+ android:name="android.test.InstrumentationTestRunner"
+ android:targetPackage="se.leap.bitmaskclient" />
+
+ <application>
+ <uses-library android:name="android.test.runner" />
+ </application>
+</manifest>