1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 09:10:18 +02:00

* tests/ftw.test: New file.

* Makefile.am (SCM_TESTS): Add it.
This commit is contained in:
Kevin Ryde 2006-10-04 22:23:27 +00:00
parent 46590b5d74
commit c4f94f652a

View file

@ -9,6 +9,7 @@ SCM_TESTS = tests/alist.test \
tests/exceptions.test \ tests/exceptions.test \
tests/filesys.test \ tests/filesys.test \
tests/format.test \ tests/format.test \
tests/ftw.test \
tests/gc.test \ tests/gc.test \
tests/getopt-long.test \ tests/getopt-long.test \
tests/goops.test \ tests/goops.test \