- Makefile: build-tests need destination param same as run-tests

This commit is contained in:
mahee96
2025-02-27 04:40:41 +05:30
parent b3e99d1ae3
commit cec3825de0

View File

@@ -213,6 +213,7 @@ build-tests:
@echo "Performing a build-for-testing..." @echo "Performing a build-for-testing..."
@xcodebuild build-for-testing \ @xcodebuild build-for-testing \
-enableCodeCoverage YES \ -enableCodeCoverage YES \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2' \
$(COMMON_BUILD_SETTINGS) $(COMMON_BUILD_SETTINGS)
run-tests: run-tests: