From c97d037cfa70f62605fb23c66e64bce9c5af8ae1 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 23 Jun 2024 21:45:54 +0200 Subject: [PATCH] Add NEWS note about parallel tests * NEWS: Add note. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 2f1cadf7c..0fadc9d2e 100644 --- a/NEWS +++ b/NEWS @@ -181,6 +181,14 @@ keywords at the callee instead of in the caller. Use read-line together with unread-string instead. +* Changes to the distribution + +** Parallel test driver for Guile unit tests + +Guile's internal unit test harness is now compatible with Automake's +parallel test driver, allowing `make check -j20` to use 20 cores, if you +have them. Send any bug reports to bug-guile@gnu.org. + * Bug fixes ** Fix incorrect comparison between exact and inexact numbers