aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index d20b3bc9..c2325bbc 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -92,7 +92,7 @@ rm -r ${BUILD_DIR}
# Configure the build
echo "Building tests for ${ABI} using ${PLATFORM}"
-CMAKE_ARGS="-H. \
+CMAKE_ARGS="-S. \
-B${BUILD_DIR} \
-DANDROID_ABI=${ABI} \
-DANDROID_PLATFORM=${PLATFORM} \