From ea4ea5e6904124b297ade0d1b182c5e530909765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 23 May 2022 20:48:42 +0200 Subject: Document MacOS test workaround. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 907e6b85..fee544df 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,16 @@ NEWS for the Nettle 3.8 release * Rewritten and faster x86_64 poly1305 assembly. + Known issues: + + * Nettle's testsuite doesn't work out-of-the-box on recent + MacOS, due to /bin/sh discarding the DYLD_LIBRARY_PATH + environment variable. Nettle's test scripts handle this in + some cases, but currently fails the test cases that are + themselves written as /bin/sh scripts. As a workaround, use + + make check EMULATOR='env DYLD_LIBRARY_PATH=$(TEST_SHLIB_DIR)' + Miscellaneous: * Updated manual to current makeinfo conventions, with no -- cgit v1.2.1