summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2024-06-23 21:45:54 +0200
committerAndy Wingo <wingo@pobox.com>2024-06-23 21:45:54 +0200
commitc97d037cfa70f62605fb23c66e64bce9c5af8ae1 (patch)
tree3ee067f9e2399dde9d7259f1538ee87e7ccf7bd7
parentb93dc62e03ed4e774e5b55307ae960c1a769b90c (diff)
downloadguile-c97d037cfa70f62605fb23c66e64bce9c5af8ae1.tar.gz
Add NEWS note about parallel tests
* NEWS: Add note.
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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