2004-01-06 21:47:09 +00:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
##
|
2005-01-01 22:45:32 +00:00
|
|
|
## Copyright 2001, 2002, 2003, 2004, 2005 Software Foundation, Inc.
|
2004-01-06 21:47:09 +00:00
|
|
|
##
|
|
|
|
|
## This file is part of GUILE.
|
|
|
|
|
##
|
|
|
|
|
## GUILE is free software; you can redistribute it and/or modify
|
|
|
|
|
## it under the terms of the GNU General Public License as
|
|
|
|
|
## published by the Free Software Foundation; either version 2, or
|
|
|
|
|
## (at your option) any later version.
|
|
|
|
|
##
|
|
|
|
|
## GUILE is distributed in the hope that it will be useful, but
|
|
|
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
|
##
|
|
|
|
|
## You should have received a copy of the GNU General Public
|
|
|
|
|
## License along with GUILE; see the file COPYING. If not, write
|
|
|
|
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
|
|
|
|
## 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
2003-04-07 17:50:48 +00:00
|
|
|
SUBDIRS = standalone
|
2003-03-25 02:14:06 +00:00
|
|
|
|
2001-08-09 17:33:31 +00:00
|
|
|
SCM_TESTS = tests/alist.test \
|
2004-08-18 00:30:29 +00:00
|
|
|
tests/and-let-star.test \
|
2004-08-17 23:17:06 +00:00
|
|
|
tests/arbiters.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/bit-operations.test \
|
|
|
|
|
tests/c-api.test \
|
|
|
|
|
tests/chars.test \
|
|
|
|
|
tests/common-list.test \
|
2004-01-07 18:17:04 +00:00
|
|
|
tests/continuations.test \
|
2002-01-22 23:46:01 +00:00
|
|
|
tests/elisp.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/environments.test \
|
|
|
|
|
tests/eval.test \
|
|
|
|
|
tests/exceptions.test \
|
2004-07-31 01:25:26 +00:00
|
|
|
tests/filesys.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/format.test \
|
2004-02-17 21:39:10 +00:00
|
|
|
tests/fractions.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/gc.test \
|
|
|
|
|
tests/getopt-long.test \
|
|
|
|
|
tests/goops.test \
|
|
|
|
|
tests/guardians.test \
|
2004-07-09 22:16:04 +00:00
|
|
|
tests/hash.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/hooks.test \
|
|
|
|
|
tests/import.test \
|
|
|
|
|
tests/interp.test \
|
|
|
|
|
tests/list.test \
|
|
|
|
|
tests/load.test \
|
|
|
|
|
tests/multilingual.nottest \
|
|
|
|
|
tests/numbers.test \
|
|
|
|
|
tests/optargs.test \
|
2002-11-06 00:38:44 +00:00
|
|
|
tests/options.test \
|
2003-10-08 23:05:12 +00:00
|
|
|
tests/poe.test \
|
2003-09-19 01:06:14 +00:00
|
|
|
tests/popen.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/ports.test \
|
2003-06-19 01:43:22 +00:00
|
|
|
tests/posix.test \
|
2004-01-06 21:45:48 +00:00
|
|
|
tests/q.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/r4rs.test \
|
2004-01-11 00:58:38 +00:00
|
|
|
tests/r5rs_pitfall.test \
|
2005-01-04 00:45:13 +00:00
|
|
|
tests/ramap.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/reader.test \
|
2004-08-18 00:30:29 +00:00
|
|
|
tests/receive.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/regexp.test \
|
2004-08-09 01:28:23 +00:00
|
|
|
tests/slib.test \
|
2004-04-24 21:17:13 +00:00
|
|
|
tests/socket.test \
|
2003-08-08 23:05:30 +00:00
|
|
|
tests/srcprop.test \
|
2003-05-09 22:42:00 +00:00
|
|
|
tests/srfi-1.test \
|
2003-06-11 23:44:01 +00:00
|
|
|
tests/srfi-6.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/srfi-10.test \
|
2004-04-23 21:19:26 +00:00
|
|
|
tests/srfi-11.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/srfi-13.test \
|
|
|
|
|
tests/srfi-14.test \
|
|
|
|
|
tests/srfi-19.test \
|
2004-01-21 00:45:48 +00:00
|
|
|
tests/srfi-26.test \
|
2004-06-20 14:21:07 +00:00
|
|
|
tests/srfi-31.test \
|
2003-04-30 00:06:33 +00:00
|
|
|
tests/srfi-34.test \
|
2005-01-01 22:45:32 +00:00
|
|
|
tests/srfi-39.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/srfi-4.test \
|
|
|
|
|
tests/srfi-9.test \
|
|
|
|
|
tests/strings.test \
|
|
|
|
|
tests/symbols.test \
|
|
|
|
|
tests/syncase.test \
|
|
|
|
|
tests/syntax.test \
|
2003-06-19 01:43:22 +00:00
|
|
|
tests/threads.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/time.test \
|
2004-01-06 22:20:19 +00:00
|
|
|
tests/unif.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
tests/version.test \
|
|
|
|
|
tests/weaks.test
|
2001-08-08 16:41:28 +00:00
|
|
|
|
2002-04-17 17:45:05 +00:00
|
|
|
SCM_TESTS_DIRS = tests/asmobs \
|
|
|
|
|
tests/c-api
|
|
|
|
|
|
2001-08-09 17:33:31 +00:00
|
|
|
EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)
|
2002-04-17 17:45:05 +00:00
|
|
|
|
|
|
|
|
## Automake should be able to handle the distribution of tests/asmobs
|
|
|
|
|
## etc without any help, but not all version can handle 'deep'
|
|
|
|
|
## directories. So we do it on our own.
|
|
|
|
|
dist-hook:
|
|
|
|
|
for d in $(SCM_TESTS_DIRS); do \
|
|
|
|
|
cp -pR $(srcdir)/$$d $(distdir)/$$d; \
|
2002-09-09 20:58:26 +00:00
|
|
|
rm -rf $(distdir)/$$d/CVS; \
|
2002-04-17 17:45:05 +00:00
|
|
|
done
|