From e456355639d72af6ff2da2acd30ec3e914bdd996 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 19 Feb 2018 21:17:50 +0100 Subject: Add make target to run acceptance tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.3