Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-11-28 01:57:02 +0300
committerMarat Dukhan <marat@fb.com>2017-11-28 01:57:02 +0300
commit7be11405295dec9ea6335808f6a693fe68f94995 (patch)
tree99588b410eefa11836e5d65a2294b3be0b5ec5a3 /scripts
parent166ce4c078beba4eaf9d4a4f84a29c10196ecc12 (diff)
Huawei Mate 10 mock test
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/android-arm64-mock.sh2
-rwxr-xr-xscripts/android-armv7-mock.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/android-arm64-mock.sh b/scripts/android-arm64-mock.sh
index ee72263..d6a1dc2 100755
--- a/scripts/android-arm64-mock.sh
+++ b/scripts/android-arm64-mock.sh
@@ -12,6 +12,7 @@ adb push libs/arm64-v8a/galaxy-s8-global-test /data/local/tmp/galaxy-s8-global-t
adb push libs/arm64-v8a/galaxy-s8-us-test /data/local/tmp/galaxy-s8-us-test
adb push libs/arm64-v8a/huawei-mate-8-test /data/local/tmp/huawei-mate-8-test
adb push libs/arm64-v8a/huawei-mate-9-test /data/local/tmp/huawei-mate-9-test
+adb push libs/arm64-v8a/huawei-mate-10-test /data/local/tmp/huawei-mate-10-test
adb push libs/arm64-v8a/huawei-p9-lite-test /data/local/tmp/huawei-p9-lite-test
adb push libs/arm64-v8a/meizu-pro-6-test /data/local/tmp/meizu-pro-6-test
adb push libs/arm64-v8a/meizu-pro-6s-test /data/local/tmp/meizu-pro-6s-test
@@ -37,6 +38,7 @@ adb shell "/data/local/tmp/galaxy-s8-global-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s8-us-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-8-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-9-test --gtest_color=yes"
+adb shell "/data/local/tmp/huawei-mate-10-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-p9-lite-test --gtest_color=yes"
adb shell "/data/local/tmp/meizu-pro-6-test --gtest_color=yes"
adb shell "/data/local/tmp/meizu-pro-6s-test --gtest_color=yes"
diff --git a/scripts/android-armv7-mock.sh b/scripts/android-armv7-mock.sh
index 1a71540..5460ee9 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -22,6 +22,7 @@ adb push libs/armeabi-v7a/galaxy-win-duos-test /data/local/tmp/galaxy-win-duos-t
adb push libs/armeabi-v7a/huawei-ascend-p7-test /data/local/tmp/huawei-ascend-p7-test
adb push libs/armeabi-v7a/huawei-mate-8-test /data/local/tmp/huawei-mate-8-test
adb push libs/armeabi-v7a/huawei-mate-9-test /data/local/tmp/huawei-mate-9-test
+adb push libs/armeabi-v7a/huawei-mate-10-test /data/local/tmp/huawei-mate-10-test
adb push libs/armeabi-v7a/huawei-p9-lite-test /data/local/tmp/huawei-p9-lite-test
adb push libs/armeabi-v7a/lenovo-a6600-plus-test /data/local/tmp/lenovo-a6600-plus-test
adb push libs/armeabi-v7a/lenovo-vibe-x2-test /data/local/tmp/lenovo-vibe-x2-test
@@ -67,6 +68,7 @@ adb shell "/data/local/tmp/galaxy-win-duos-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-ascend-p7-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-8-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-9-test --gtest_color=yes"
+adb shell "/data/local/tmp/huawei-mate-10-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-p9-lite-test --gtest_color=yes"
adb shell "/data/local/tmp/lenovo-a6600-plus-test --gtest_color=yes"
adb shell "/data/local/tmp/lenovo-vibe-x2-test --gtest_color=yes"