summaryrefslogtreecommitdiff
path: root/tests/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests')
-rw-r--r--tests/runtests6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/runtests b/tests/runtests
deleted file mode 100644
index be1c779..0000000
--- a/tests/runtests
+++ /dev/null
@@ -1,6 +0,0 @@
-mmm packages/providers/ApplicationsProvider || return
-mmm packages/providers/ApplicationsProvider/tests || return
-adb install -r ${OUT}/system/app/ApplicationsProvider.apk || return
-adb install -r ${OUT}/data/app/ApplicationsProviderTests.apk || return
-adb shell am instrument -w -e class com.android.providers.applications.ApplicationsProviderTest com.android.providers.applications.tests/android.test.InstrumentationTestRunner || return
-