diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-01 16:29:38 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-03-01 22:29:38 +0100 |
commit | 4dfe64f85607ff9fa167e9eef5848858e5c398a6 (patch) | |
tree | 62478805c6e1af9a6dff86528ba7be1421ab2492 | |
parent | 47ef78b27f2035b267c4600b4eac1eb298e9e7a4 (diff) |
NEWS: add note about 'make install-tests' (#5512)
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |