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:
JosJuice 2024-12-26 12:54:45 +01:00
parent c528a70e64
commit f561b11155

View File

@ -2,8 +2,8 @@
#
# 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 working directory would be: Source/Android/app/.cxx/cmake/debug/arm64-v8a/Binaries/Tests
# The current working directory must contain test executables. Normally (for AArch64) the path to use
# looks like: Source/Android/app/.cxx/RelWithDebInfo/<random characters>/arm64-v8a/Binaries/Tests
DEVICE_DIR="/data/local/tmp/dolphin-emu-tests"