blob: 42ae5a38a775f76b0ec7440612f57596ec9e92e3 [file] [log] [blame]
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -07001<?xml version="2.0" encoding="utf-8"?>
Hyunyoung Songe1d69c92015-07-22 13:02:22 -07002<!-- Copyright (C) 2015 The Android Open Source Project
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -07003
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Hyunyoung Songe1d69c92015-07-22 13:02:22 -070018 package="com.android.launcher3.tests">
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070019
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070020 <application>
21 <uses-library android:name="android.test.runner" />
22 </application>
23
24 <instrumentation
25 android:name="android.test.InstrumentationTestRunner"
Daniel Sandler325dc232013-06-05 22:57:57 -040026 android:targetPackage="com.android.launcher3"
Hyunyoung Songe1d69c92015-07-22 13:02:22 -070027 android:label="Unit tests for Launcher3">
Tsu Chiang Chuang8c7a2b72011-05-20 16:17:17 -070028 </instrumentation>
29</manifest>