Files
rive-cpp/tests/run_on_android.sh
rivessamr d674f970da Add android unit tests and remove running tests in platform testing
Diffs=
507af3256 Add android unit tests and remove running tests in platform testing (#8067)

Co-authored-by: rivessamr <suki@rive.app>
2024-09-06 21:12:06 +00:00

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 $@"