Skip to content

Commit 87d206c

Browse files
committed
Simplify test target.
1 parent 96dc84f commit 87d206c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
VERSION = 0.3
22
VERSION_INFO_FILE = version-info.go
33

4+
REPO_BASE = github.com/tintoy/docker-machine-driver-terraform
5+
46
default: fmt build test
57

68
fmt:
@@ -32,7 +34,7 @@ dist: build
3234
zip -9 _bin/darwin-amd64.zip _bin/darwin-amd64/docker-machine-driver-terraform
3335

3436
test: fmt
35-
go test -v github.com/tintoy/docker-machine-driver-terraform/...
37+
go test -v $(REPO_BASE) $(REPO_BASE)/fetch $(REPO_BASE)/terraform
3638

3739
version: $(VERSION_INFO_FILE)
3840

0 commit comments

Comments
 (0)