mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add NEWS note about parallel tests
* NEWS: Add note.
This commit is contained in:
parent
b93dc62e03
commit
c97d037cfa
1 changed files with 8 additions and 0 deletions
8
NEWS
8
NEWS
|
@ -181,6 +181,14 @@ keywords at the callee instead of in the caller.
|
||||||
|
|
||||||
Use read-line together with unread-string instead.
|
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
|
* Bug fixes
|
||||||
|
|
||||||
** Fix incorrect comparison between exact and inexact numbers
|
** Fix incorrect comparison between exact and inexact numbers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue