mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Makefile: add env var to enable args to test cmd
Usage: > make testargs=foo test This allows make command to handle -coverage and other arbitrary flags to the go command.
This commit is contained in:
parent
738b51ae31
commit
fde76dc963
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ ios:
|
|||
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
|
||||
|
||||
test: all
|
||||
build/env.sh go run build/ci.go test
|
||||
build/env.sh go run build/ci.go test $(testargs)
|
||||
|
||||
lint: ## Run linters.
|
||||
build/env.sh go run build/ci.go lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue