* tests/filesys.test: New file, exercising copy-file.
authorKevin Ryde <user42@zip.com.au>
Sat, 31 Jul 2004 01:25:26 +0000 (01:25 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 31 Jul 2004 01:25:26 +0000 (01:25 +0000)
* Makefile.am (SCM_TESTS): Add it.

test-suite/Makefile.am

index ee8bf8b..5c5091a 100644 (file)
@@ -31,6 +31,7 @@ SCM_TESTS = tests/alist.test                  \
            tests/environments.test             \
            tests/eval.test                     \
            tests/exceptions.test               \
+           tests/filesys.test                  \
            tests/format.test                   \
            tests/fractions.test                \
            tests/gc.test                       \