summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorJunda Liu <junda@google.com>2015-06-17 23:00:57 -0700
committerJonathan Basseri <misterikkit@google.com>2015-06-19 10:07:17 -0700
commitee61e79b8c842f0fa33a48fa0d099435f5b2c617 (patch)
treed9cb7c43d92fe7a3c0615ec390d7b648e6c51dc7 /tests/AndroidManifest.xml
parent449236a9616591b07a9ff93f6888b89706ec9b37 (diff)
downloadandroid_packages_apps_CarrierConfig-ee61e79b8c842f0fa33a48fa0d099435f5b2c617.tar.gz
android_packages_apps_CarrierConfig-ee61e79b8c842f0fa33a48fa0d099435f5b2c617.tar.bz2
android_packages_apps_CarrierConfig-ee61e79b8c842f0fa33a48fa0d099435f5b2c617.zip
Add tests for CarrierConfig app.
These tests check that all asset XML files can be parsed into bundles and that they use valid filter attributes. Bug: b/21619172 Change-Id: I4242f77c3c7e8b0e2027bca164f7276b89bbcfb1
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
new file mode 100644
index 0000000..42ea2b7
--- /dev/null
+++ b/tests/AndroidManifest.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.carrierconfig.tests">
+
+ <application>
+ <uses-library android:name="android.test.runner" />
+ </application>
+
+ <instrumentation android:name="android.test.InstrumentationTestRunner"
+ android:targetPackage="com.android.carrierconfig"
+ android:label="Tests for CarrierConfig">
+ </instrumentation>
+</manifest>