We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dc84f commit 87d206cCopy full SHA for 87d206c
Makefile
@@ -1,6 +1,8 @@
1
VERSION = 0.3
2
VERSION_INFO_FILE = version-info.go
3
4
+REPO_BASE = github.com/tintoy/docker-machine-driver-terraform
5
+
6
default: fmt build test
7
8
fmt:
@@ -32,7 +34,7 @@ dist: build
32
34
zip -9 _bin/darwin-amd64.zip _bin/darwin-amd64/docker-machine-driver-terraform
33
35
36
test: fmt
- go test -v github.com/tintoy/docker-machine-driver-terraform/...
37
+ go test -v $(REPO_BASE) $(REPO_BASE)/fetch $(REPO_BASE)/terraform
38
39
version: $(VERSION_INFO_FILE)
40
0 commit comments