summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac1612ad..55c4ad55 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ install:
test:
go test -v -covermode=count -coverprofile=profile.cov ./libvirt
+testacc:
+ ./travis/run-tests-acceptance
+
vet:
@echo "go vet ."
@go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \