diff options
author | Dan Shi | 2017-04-04 19:19:53 -0500 |
---|---|---|
committer | android-build-merger | 2017-04-04 19:19:53 -0500 |
commit | 8a514bc30bbd3629fa78f098f9285801dc63865a (patch) | |
tree | 3f61a5ef6698b9967e98f69307cccdc1195c90cc /libappfuse | |
parent | baef8fd8e0612a709dd30ad1a4166f05c2f98658 (diff) | |
parent | b44505e9567821c4511143cb4fa98173d5f98c63 (diff) | |
download | platform-system-core-8a514bc30bbd3629fa78f098f9285801dc63865a.tar.gz platform-system-core-8a514bc30bbd3629fa78f098f9285801dc63865a.tar.xz platform-system-core-8a514bc30bbd3629fa78f098f9285801dc63865a.zip |
Merge "Add test config to libappfuse_test" am: dccf5a1dc8 am: 31d4b50cc4
am: b44505e956
Change-Id: Iefe160951c3f638faee7e8e1f1ff63ed9133325c
Diffstat (limited to 'libappfuse')
-rw-r--r-- | libappfuse/Android.bp | 1 | ||||
-rw-r--r-- | libappfuse/AndroidTest.xml | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/libappfuse/Android.bp b/libappfuse/Android.bp index 0d578144a..b0ac5c448 100644 --- a/libappfuse/Android.bp +++ b/libappfuse/Android.bp | |||
@@ -25,6 +25,7 @@ cc_library_shared { | |||
25 | 25 | ||
26 | cc_test { | 26 | cc_test { |
27 | name: "libappfuse_test", | 27 | name: "libappfuse_test", |
28 | test_suites: ["device-tests"], | ||
28 | defaults: ["libappfuse_defaults"], | 29 | defaults: ["libappfuse_defaults"], |
29 | shared_libs: ["libappfuse"], | 30 | shared_libs: ["libappfuse"], |
30 | srcs: [ | 31 | srcs: [ |
diff --git a/libappfuse/AndroidTest.xml b/libappfuse/AndroidTest.xml new file mode 100644 index 000000000..a9cd75493 --- /dev/null +++ b/libappfuse/AndroidTest.xml | |||
@@ -0,0 +1,26 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (C) 2017 The Android Open Source Project | ||
3 | |||
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 | <configuration description="Config for libappfuse_test"> | ||
17 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> | ||
18 | <option name="cleanup" value="true" /> | ||
19 | <option name="push" value="libappfuse_test->/data/local/tmp/libappfuse_test" /> | ||
20 | </target_preparer> | ||
21 | <option name="test-suite-tag" value="apct" /> | ||
22 | <test class="com.android.tradefed.testtype.GTest" > | ||
23 | <option name="native-test-device-path" value="/data/local/tmp" /> | ||
24 | <option name="module-name" value="libappfuse_test" /> | ||
25 | </test> | ||
26 | </configuration> \ No newline at end of file | ||