From 3c6b75fb2bb6febb636c77746334c0b25596ec6c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 23 Jan 2015 01:10:28 +0900 Subject: [PATCH] Add `make itprep` target to `go get` dependencies --- integration-tests/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/integration-tests/Makefile.am b/integration-tests/Makefile.am index 85ab3943..bc859626 100644 --- a/integration-tests/Makefile.am +++ b/integration-tests/Makefile.am @@ -25,5 +25,12 @@ EXTRA_DIST = \ nghttpx_test.go \ server_tester.go +.PHONY: itprep it + +itprep: + go get -d -v github.com/bradfitz/http2 + go get -d -v github.com/tatsuhiro-t/go-nghttp2 + go get -d -v golang.org/x/net/spdy + it: sh setenv go test -v