1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Add NEWS note about parallel tests

* NEWS: Add note.
This commit is contained in:
Andy Wingo 2024-06-23 21:45:54 +02:00
parent b93dc62e03
commit c97d037cfa

8
NEWS
View file

@ -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