1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +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:
Rob Browning 2003-04-07 17:50:41 +00:00
parent 257ca0d7c6
commit ddb9c4ca1c

View file

@ -216,6 +216,7 @@
;; Run the tests. ;; Run the tests.
(for-each (lambda (test) (for-each (lambda (test)
(display (string-append "Running " test "\n"))
(with-test-prefix test (with-test-prefix test
(load (test-file-name test)))) (load (test-file-name test))))
tests) tests)