From f561b11155e3692fb79056ec38fd7b3d406e4149 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Thu, 26 Dec 2024 12:54:45 +0100 Subject: [PATCH] run-unit-tests-android.sh: Update path comment The location the build system saves the binaries to seems to have changed at some point. --- Tools/run-unit-tests-android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/run-unit-tests-android.sh b/Tools/run-unit-tests-android.sh index 5476061d95..7c4c953f63 100644 --- a/Tools/run-unit-tests-android.sh +++ b/Tools/run-unit-tests-android.sh @@ -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//arm64-v8a/Binaries/Tests DEVICE_DIR="/data/local/tmp/dolphin-emu-tests"