Document about `make itprep`

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-24 01:05:20 +09:00
parent 6b4b7bef23
commit 5c93a113f3
1 changed files with 7 additions and 2 deletions

View File

@ -188,8 +188,13 @@ its testing framework. We depend on the following libraries:
* https://github.com/tatsuhiro-t/go-nghttp2
* https://golang.org/x/net/spdy
To run the tests, after installing above packages and their
dependencies, enter ``integration-tests`` directory and run::
To download the above packages, after settings ``GOPATH``, run the
following command under ``integration-tests`` directory::
$ make itprep
To run the tests, run the following command under
``integration-tests`` directory::
$ make it