GNUmakefile 119 B

123456
  1. default: testacc
  2. # Run acceptance tests
  3. .PHONY: testacc
  4. testacc:
  5. TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m