From 6ff9c4d8f9574dc70057b49e7db0b7c068daae09 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 29 Oct 2015 23:13:11 +0900 Subject: [PATCH] Update doc With 4825009e420da111c82ce73647c53c55e8a6e41d, static lib is no longer required for unit tests. --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0bcf71ff..5b29e3d2 100644 --- a/README.rst +++ b/README.rst @@ -208,9 +208,7 @@ https://nghttp2.org/documentation/ Unit tests ---------- -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. +Unit tests are done by simply running ``make check``. Integration tests -----------------