summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-13 18:32:41 +0100
committerDario Maiocchi <dmaiocchi@suse.com>2017-11-15 14:50:31 +0100
commit9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329 (patch)
treec3132399ba48bee86d4f6ed80016079a14913267 /Makefile
parent3b93268d4b2ea1e98263b0329a3b21bed5a03ef1 (diff)
downloadterraform-provider-libvirt-9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329.tar
terraform-provider-libvirt-9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329.tar.gz
Make test don't depend on install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a2adfead..fea63149 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ default: build
build: gofmtcheck
go build
-install: build
+install:
go install
-test: install
+test:
bash travis/run_acceptance_test.sh
vet:
@echo "go vet ."