mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Diffs= 507af3256 Add android unit tests and remove running tests in platform testing (#8067) Co-authored-by: rivessamr <suki@rive.app>
9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
set -e
|
|
|
|
BINARY_PATH="$1"
|
|
BINARY_NAME="$(basename $BINARY_PATH)"
|
|
shift
|
|
|
|
./push_console_app_to_android.sh $BINARY_PATH
|
|
adb shell "cd /data/local/tmp; ./$BINARY_NAME $@"
|