]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: add note about 'make install-tests' (#5512)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Mar 2017 21:29:38 +0000 (16:29 -0500)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Mar 2017 21:29:38 +0000 (22:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5cd41c3d222605fc6c7141ca4f12023385df2768..7b3f9c05c201ffe416bfd7a8fa99b3fb64487255 100644 (file)
--- 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.