Skip to content

Commit

Permalink
Make makefile backward golang compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Oct 19, 2018
1 parent fe57374 commit 79f38b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ install:
go install

test:
go test -v -covermode=count -coverprofile=profile.cov . ./libvirt

go test -v -covermode=count -coverprofile=profile.cov ./libvirt
go test -v .
testacc:
go test -v .
./travis/run-tests-acceptance

vet:
Expand Down

0 comments on commit 79f38b2

Please sign in to comment.