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>2018-07-14 07:24:51 +0300
committerMarat Dukhan <marat@fb.com>2018-07-14 07:27:31 +0300
commit31b7c01bc1bb2ed3ae7656a13d2667cc818b2ee9 (patch)
treedd68f92b7aba36973d2e64a5af0efd3918a14d89 /scripts
parent0902104a51a7bcac0cae59f48e2c1cf6eadc3335 (diff)
Add Oppo R15 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 e8a1a93..326053d 100755
--- a/scripts/android-arm64-mock.sh
+++ b/scripts/android-arm64-mock.sh
@@ -30,6 +30,7 @@ adb push build/android/arm64-v8a/oneplus-5-test /data/local/tmp/oneplus-5-test
adb push build/android/arm64-v8a/oneplus-5t-test /data/local/tmp/oneplus-5t-test
adb push build/android/arm64-v8a/oppo-a37-test /data/local/tmp/oppo-a37-test
adb push build/android/arm64-v8a/oppo-r9-test /data/local/tmp/oppo-r9-test
+adb push build/android/arm64-v8a/oppo-r15-test /data/local/tmp/oppo-r15-test
adb push build/android/arm64-v8a/pixel-c-test /data/local/tmp/pixel-c-test
adb push build/android/arm64-v8a/pixel-xl-test /data/local/tmp/pixel-xl-test
adb push build/android/arm64-v8a/pixel-test /data/local/tmp/pixel-test
@@ -67,6 +68,7 @@ adb shell "/data/local/tmp/oneplus-5-test --gtest_color=yes"
adb shell "/data/local/tmp/oneplus-5t-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-a37-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-r9-test --gtest_color=yes"
+adb shell "/data/local/tmp/oppo-r15-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-c-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-xl-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-test --gtest_color=yes"
diff --git a/scripts/android-armv7-mock.sh b/scripts/android-armv7-mock.sh
index fdf1b16..9fa47a7 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -62,6 +62,7 @@ adb push build/android/armeabi-v7a/oneplus-5-test /data/local/tmp/oneplus-5-test
adb push build/android/armeabi-v7a/oneplus-5t-test /data/local/tmp/oneplus-5t-test
adb push build/android/armeabi-v7a/oppo-a37-test /data/local/tmp/oppo-a37-test
adb push build/android/armeabi-v7a/oppo-r9-test /data/local/tmp/oppo-r9-test
+adb push build/android/armeabi-v7a/oppo-r15-test /data/local/tmp/oppo-r15-test
adb push build/android/armeabi-v7a/padcod-10.1-test /data/local/tmp/padcod-10.1-test
adb push build/android/armeabi-v7a/pixel-c-test /data/local/tmp/pixel-c-test
adb push build/android/armeabi-v7a/pixel-xl-test /data/local/tmp/pixel-xl-test
@@ -134,6 +135,7 @@ adb shell "/data/local/tmp/oneplus-5-test --gtest_color=yes"
adb shell "/data/local/tmp/oneplus-5t-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-a37-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-r9-test --gtest_color=yes"
+adb shell "/data/local/tmp/oppo-r15-test --gtest_color=yes"
adb shell "/data/local/tmp/padcod-10.1-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-c-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-xl-test --gtest_color=yes"