1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

* paths.scm: Assume that ~/guile-core/test-suite is the location

of the test suite now.

* tests/version.test: Added -- version.c had 0% coverage before,
now at 100%.

* tests/chars.test: Added -- needed test of char-is-both?.
This commit is contained in:
Greg J. Badros 2000-01-16 22:03:44 +00:00
parent 657fcb5a4a
commit 55b44a9ec3
3 changed files with 57 additions and 2 deletions

View file

@ -1,2 +0,0 @@
(define-module (test-suite paths))
(define-public datadir (string-append (getenv "HOME") "/guile-modules/test-suite"))