diff --git a/Makefile b/Makefile index bcb704385..9c6754ea1 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ start: update stop: vagrant destroy -f -test: start +test: start build vagrant ssh node1 -c 'cd /opt/gopath/src/github.com/contiv/objdb && make host-test' host-build: @@ -24,4 +24,4 @@ host-build: host-test: godep go test -v ./ ./modeldb - go test -bench=. -run "Benchmark" + godep go test -bench=. -run "Benchmark"