From 4dfe64f85607ff9fa167e9eef5848858e5c398a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 1 Mar 2017 16:29:38 -0500 Subject: [PATCH] NEWS: add note about 'make install-tests' (#5512) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 5cd41c3d22..7b3f9c05c2 100644 --- a/NEWS +++ b/NEWS @@ -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.