1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 17:50:22 +02:00

This commit was manufactured by cvs2svn to create branch

'branch_release-1-4'.
This commit is contained in:
cvs2svn 2002-01-22 23:46:02 +00:00
commit a88130d6cf
2 changed files with 114 additions and 0 deletions

43
test-suite/Makefile.am Normal file
View file

@ -0,0 +1,43 @@
SCM_TESTS = tests/alist.test \
tests/asmobs \
tests/bit-operations.test \
tests/c-api \
tests/c-api.test \
tests/chars.test \
tests/common-list.test \
tests/elisp.test \
tests/environments.test \
tests/eval.test \
tests/exceptions.test \
tests/format.test \
tests/gc.test \
tests/getopt-long.test \
tests/goops.test \
tests/guardians.test \
tests/hooks.test \
tests/import.test \
tests/interp.test \
tests/list.test \
tests/load.test \
tests/multilingual.nottest \
tests/numbers.test \
tests/optargs.test \
tests/ports.test \
tests/r4rs.test \
tests/reader.test \
tests/regexp.test \
tests/srfi-10.test \
tests/srfi-13.test \
tests/srfi-14.test \
tests/srfi-19.test \
tests/srfi-4.test \
tests/srfi-9.test \
tests/strings.test \
tests/symbols.test \
tests/syncase.test \
tests/syntax.test \
tests/time.test \
tests/version.test \
tests/weaks.test
EXTRA_DIST = guile-test lib.scm $(SCM_TESTS)