diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ install: go install test: - bash travis/run-tests-acceptance + go test -v -covermode=count -coverprofile=profile.cov ./libvirt vet: @echo "go vet ." |