diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-16 22:03:44 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-16 22:03:44 +0000 |
commit | 55b44a9ec37ae70d0af669bbfa94c1abdbcfcac2 (patch) | |
tree | 896985b7434e6c944d5e024f4178c6f3f23e1024 /test-suite/paths.scm | |
parent | 657fcb5a4ac331591e93a1b23eb18fef21c472ba (diff) | |
download | guile-55b44a9ec37ae70d0af669bbfa94c1abdbcfcac2.tar.gz |
* 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?.
Diffstat (limited to 'test-suite/paths.scm')
-rw-r--r-- | test-suite/paths.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/paths.scm b/test-suite/paths.scm index 4946af8de..e69de29bb 100644 --- a/test-suite/paths.scm +++ b/test-suite/paths.scm @@ -1,2 +0,0 @@ -(define-module (test-suite paths)) -(define-public datadir (string-append (getenv "HOME") "/guile-modules/test-suite")) |