From 166433f78029a795de0c442b1732a4bc397fa256 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 25 Oct 2015 11:33:29 +0900 Subject: [PATCH] Update README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f6758f3..506f1de7 100644 --- a/README.rst +++ b/README.rst @@ -208,7 +208,9 @@ https://nghttp2.org/documentation/ Unit tests ---------- -Unit tests are done by simply running ``make check``. +Unit tests are done by simply running ``make check``. Currently, +static library (enabled by default, see ``--enable-static`` configure +option) is required to run tests. Integration tests -----------------