summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2018-02-19 21:17:50 +0100
committerFlavio Castelli <fcastelli@suse.com>2018-02-19 21:17:50 +0100
commite456355639d72af6ff2da2acd30ec3e914bdd996 (patch)
treeaa7f39d6da891c80a133754c76216e5828fb6f12
parentaad5f91194a9a559663f440194d88ae6e2e4a482 (diff)
downloadterraform-provider-libvirt-e456355639d72af6ff2da2acd30ec3e914bdd996.tar
terraform-provider-libvirt-e456355639d72af6ff2da2acd30ec3e914bdd996.tar.gz
Add make target to run acceptance tests
-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 \