Update doc

With 4825009e42, static lib is no longer
required for unit tests.
This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-29 23:13:11 +09:00
parent 1e7f0d833e
commit 6ff9c4d8f9
1 changed files with 1 additions and 3 deletions

View File

@ -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
-----------------