From 99890774a89241d605b5ea92dbcfa058b292e2ee Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 31 Jul 2004 01:34:07 +0000 Subject: [PATCH] * tests/filesys.test: New file, exercising copy-file. * Makefile.am (SCM_TESTS): Add it. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 5ae8e0bd4..885393403 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -6,6 +6,7 @@ SCM_TESTS = tests/alist.test \ tests/environments.test \ tests/eval.test \ tests/exceptions.test \ + tests/filesys.test \ tests/format.test \ tests/gc.test \ tests/getopt-long.test \