NEWS: add note about 'make install-tests' (#5512)

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-03-01 16:29:38 -05:00 committed by Lennart Poettering
parent 47ef78b27f
commit 4dfe64f856
1 changed files with 4 additions and 0 deletions

4
NEWS
View File

@ -45,6 +45,10 @@ CHANGES WITH 233:
* All python scripts shipped with systemd (specifically: the various
tests written in Python) now require Python 3.
* Systemd unit tests can now run standalone (without the source or
build directories), and can be installed into /usr/lib/systemd/tests/
with 'make install-tests'.
* Note that from this version on, CONFIG_CRYPTO_USER_API_HASH,
CONFIG_CRYPTO_HMAC and CONFIG_CRYPTO_SHA256 need to be enabled in the
kernel.