diff options
author | Andy Wingo <wingo@pobox.com> | 2024-06-23 21:45:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2024-06-23 21:45:54 +0200 |
commit | c97d037cfa70f62605fb23c66e64bce9c5af8ae1 (patch) | |
tree | 3ee067f9e2399dde9d7259f1538ee87e7ccf7bd7 | |
parent | b93dc62e03ed4e774e5b55307ae960c1a769b90c (diff) | |
download | guile-c97d037cfa70f62605fb23c66e64bce9c5af8ae1.tar.gz |
Add NEWS note about parallel tests
* NEWS: Add note.
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |