mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* guile-test: added "Running test FOO" output by default. There
may be a good reason to remove this, but the output can be helpful in determining where a failure occurred.
This commit is contained in:
parent
257ca0d7c6
commit
ddb9c4ca1c
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@
|
|||
|
||||
;; Run the tests.
|
||||
(for-each (lambda (test)
|
||||
(display (string-append "Running " test "\n"))
|
||||
(with-test-prefix test
|
||||
(load (test-file-name test))))
|
||||
tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue