Restore the make gotest target for unit tests

This got mysteriously lost in commit 9405163
pull/7684/head
Anders F Björklund 2020-04-15 19:51:25 +02:00
parent 1554d8e969
commit e020314dbd
1 changed files with 4 additions and 0 deletions

View File

@ -274,6 +274,10 @@ test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Tr
generate-docs: out/minikube ## Automatically generate commands documentation.
out/minikube generate-docs --path ./site/content/en/docs/commands/
.PHONY: gotest
gotest: $(SOURCE_GENERATED) ## Trigger minikube test
go test -tags "$(MINIKUBE_BUILD_TAGS)" $(MINIKUBE_TEST_FILES)
.PHONY: extract
extract: ## Compile extract tool
go run cmd/extract/extract.go