Skip to content

Commit

Permalink
Update and rename Makefile to GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored Dec 21, 2020
1 parent 60683db commit a00265e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 40 deletions.
10 changes: 10 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
default: testacc

# Run acceptance tests
.PHONY: testacc
testacc:
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m

.PHONY: update
update:
go get
40 changes: 0 additions & 40 deletions Makefile

This file was deleted.

0 comments on commit a00265e

Please sign in to comment.