diff options
author | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-13 18:32:41 +0100 |
---|---|---|
committer | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-15 14:50:31 +0100 |
commit | 9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329 (patch) | |
tree | c3132399ba48bee86d4f6ed80016079a14913267 /Makefile | |
parent | 3b93268d4b2ea1e98263b0329a3b21bed5a03ef1 (diff) | |
download | terraform-provider-libvirt-9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329.tar terraform-provider-libvirt-9f0fe2b4cbdc19fdf8643b1f5f31984a548f5329.tar.gz |
Make test don't depend on install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ." |