guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: Add NEWS note about parallel tests


From: Andy Wingo
Subject: [Guile-commits] 02/02: Add NEWS note about parallel tests
Date: Sun, 23 Jun 2024 15:46:18 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit c97d037cfa70f62605fb23c66e64bce9c5af8ae1
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Sun Jun 23 21:45:54 2024 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]