1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00

* tests/posix.test: New file, exercise execl, execlp, execle errors.

* Makefile.am (SCM_TESTS): Add it.
This commit is contained in:
Kevin Ryde 2004-02-28 23:20:13 +00:00
parent b233636a08
commit c874b4500f

View file

@ -21,6 +21,7 @@ SCM_TESTS = tests/alist.test \
tests/optargs.test \
tests/popen.test \
tests/ports.test \
tests/posix.test \
tests/r4rs.test \
tests/reader.test \
tests/regexp.test \