diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-05-29 14:22:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-05-29 14:22:24 +0000 |
commit | 000ee07fc6466794f5ee0fe61685c515eb21a10a (patch) | |
tree | 94df830a597d62a0fe430725054ff7287d36d233 /test-suite/paths.scm | |
parent | b88c9601ef320ec6bee3c93f3fcdc56d638dffa5 (diff) | |
download | guile-000ee07fc6466794f5ee0fe61685c515eb21a10a.tar.gz |
Initial checkin of the Guile test suite.
Diffstat (limited to 'test-suite/paths.scm')
-rw-r--r-- | test-suite/paths.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/paths.scm b/test-suite/paths.scm new file mode 100644 index 000000000..5c1faf11f --- /dev/null +++ b/test-suite/paths.scm @@ -0,0 +1,2 @@ +(define-module (test-suite paths)) +(define-public datadir "/home/jimb/guile/src/modules/guile-modules/test-suite") |