|
|
|
@ -316,6 +316,10 @@ checkandroidsdk: ## Check that Android SDK is installed
|
|
|
|
test: gradle-dependencies ## Run the Android tests
|
|
|
|
test: gradle-dependencies ## Run the Android tests
|
|
|
|
(cd android && ./gradlew test)
|
|
|
|
(cd android && ./gradlew test)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: integration-test
|
|
|
|
|
|
|
|
integration-test: gradle-dependencies ## Run the integration tests
|
|
|
|
|
|
|
|
(cd android && ./gradlew connectedAndroidTest)
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: emulator
|
|
|
|
.PHONY: emulator
|
|
|
|
emulator: ## Start an android emulator instance
|
|
|
|
emulator: ## Start an android emulator instance
|
|
|
|
@echo "Checking installed SDK packages..."
|
|
|
|
@echo "Checking installed SDK packages..."
|
|
|
|
|