diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-04-05 06:39:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-04-05 06:39:42 +0000 |
commit | c1c0de3945f5f5dee8477a1101e158449b267efe (patch) | |
tree | 77aef39521e184e605184ca4a74505f0c34d1640 /libcutils | |
parent | 8b951f5adc4c537874dc0af7161bf9edd84e2448 (diff) | |
parent | 2c67dfbc097b1dc817592ab20dff5a668e6416bc (diff) | |
download | core-c1c0de3945f5f5dee8477a1101e158449b267efe.tar.gz core-c1c0de3945f5f5dee8477a1101e158449b267efe.tar.bz2 core-c1c0de3945f5f5dee8477a1101e158449b267efe.zip |
Merge "Add test config to libcutils_test"
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/tests/Android.bp | 1 | ||||
-rw-r--r-- | libcutils/tests/AndroidTest.xml | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libcutils/tests/Android.bp b/libcutils/tests/Android.bp index c663a5db9..a0b1d7ba3 100644 --- a/libcutils/tests/Android.bp +++ b/libcutils/tests/Android.bp @@ -62,6 +62,7 @@ test_libraries = [ cc_test { name: "libcutils_test", + test_suites: ["device-tests"], defaults: ["libcutils_test_default"], host_supported: true, shared_libs: test_libraries, diff --git a/libcutils/tests/AndroidTest.xml b/libcutils/tests/AndroidTest.xml index c945f4da9..dd7aca257 100644 --- a/libcutils/tests/AndroidTest.xml +++ b/libcutils/tests/AndroidTest.xml @@ -13,14 +13,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<configuration description="Config for libcutils_test_static"> +<configuration description="Config for libcutils_test"> <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> <option name="cleanup" value="true" /> - <option name="push" value="libcutils_test_static->/data/local/tmp/libcutils_test_static" /> + <option name="push" value="libcutils_test->/data/local/tmp/libcutils_test" /> </target_preparer> <option name="test-suite-tag" value="apct" /> <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> - <option name="module-name" value="libcutils_test_static" /> + <option name="module-name" value="libcutils_test" /> </test> </configuration>
\ No newline at end of file |