diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-08-18 00:30:29 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-08-18 00:30:29 +0000 |
commit | 16e0c623d91810ee6d74934db4a8701455d5bd87 (patch) | |
tree | de6168c6d1e1222564b21339ec656a45b1b0ebe9 | |
parent | 66aa0ef0c59e4c897b9154e176832d6896f240fe (diff) | |
download | guile-16e0c623d91810ee6d74934db4a8701455d5bd87.tar.gz |
* tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
New files.
* Makefile.am (SCM_TESTS): Add them.
-rw-r--r-- | test-suite/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 076724aa8..8dc35e58d 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = standalone SCM_TESTS = tests/alist.test \ + tests/and-let-star.test \ tests/arbiters.test \ tests/bit-operations.test \ tests/c-api.test \ @@ -57,6 +58,7 @@ SCM_TESTS = tests/alist.test \ tests/r4rs.test \ tests/r5rs_pitfall.test \ tests/reader.test \ + tests/receive.test \ tests/regexp.test \ tests/slib.test \ tests/socket.test \ |