diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-07-09 22:16:04 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-07-09 22:16:04 +0000 |
commit | 08ee6abd86a0b2905e0e842bbf7e7874ffe4d15a (patch) | |
tree | 3b8678f49fd07250d418f5d54888bd415277976c | |
parent | 40339d6b6fa37f13a147f3473db1250cd0302653 (diff) | |
download | guile-08ee6abd86a0b2905e0e842bbf7e7874ffe4d15a.tar.gz |
* tests/hash.test: New file.
* Makefile.am (SCM_TESTS): Add it.
-rw-r--r-- | test-suite/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 3cdfa2ff6..ee8bf8b88 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -37,6 +37,7 @@ SCM_TESTS = tests/alist.test \ tests/getopt-long.test \ tests/goops.test \ tests/guardians.test \ + tests/hash.test \ tests/hooks.test \ tests/import.test \ tests/interp.test \ |