From 426fbda7993ac43a29eb3b86b548170eba628f48 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 21 Jan 2015 01:06:28 +0900 Subject: [PATCH] Update README about integration tests --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f4059f78..6c5c2104 100644 --- a/README.rst +++ b/README.rst @@ -186,8 +186,10 @@ its testing framework. We depends on the following libraries: * https://github.com/bradfitz/http2 * https://github.com/tatsuhiro-t/go-nghttp2 +* https://golang.org/x/net/spdy -To run the tests, enter ``integration-tests`` directory and run:: +To run the tests, after installing above packages and their +dependencies, run:: $ make it