mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
run-unit-tests-android.sh: Update path comment
The location the build system saves the binaries to seems to have changed at some point.
This commit is contained in:
parent
c528a70e64
commit
f561b11155
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
#
|
#
|
||||||
# Runs unit tests (must have been built beforehand) on an Android device connected via adb.
|
# Runs unit tests (must have been built beforehand) on an Android device connected via adb.
|
||||||
#
|
#
|
||||||
# The current working directory must contain test executables. Normally (for AArch64)
|
# The current working directory must contain test executables. Normally (for AArch64) the path to use
|
||||||
# the working directory would be: Source/Android/app/.cxx/cmake/debug/arm64-v8a/Binaries/Tests
|
# looks like: Source/Android/app/.cxx/RelWithDebInfo/<random characters>/arm64-v8a/Binaries/Tests
|
||||||
|
|
||||||
DEVICE_DIR="/data/local/tmp/dolphin-emu-tests"
|
DEVICE_DIR="/data/local/tmp/dolphin-emu-tests"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue