Files
rk35xx-android14/external/bc/run-bc-tests-on-android.sh
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

17 lines
411 B
Bash
Executable File

#!/bin/bash
# Copy the tests across.
adb shell rm -rf /data/local/tmp/bc-tests/
adb shell mkdir /data/local/tmp/bc-tests/
adb shell mkdir /data/local/tmp/bc-tests/scripts/
adb push tests/ /data/local/tmp/bc-tests/
adb push scripts/functions.sh /data/local/tmp/bc-tests/scripts/
if tty -s; then
dash_t="-t"
else
dash_t=""
fi
exec adb shell $dash_t /data/local/tmp/bc-tests/tests/all.sh -n bc 0 1 0 0 0 bc