1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00

* tests/popen.test: New file.

* Makefile.am (SCM_TESTS): Add it.
This commit is contained in:
Kevin Ryde 2003-09-19 01:06:14 +00:00
parent 3e690887f5
commit 3bdc8f4d17

View file

@ -23,6 +23,7 @@ SCM_TESTS = tests/alist.test \
tests/numbers.test \
tests/optargs.test \
tests/options.test \
tests/popen.test \
tests/ports.test \
tests/posix.test \
tests/r4rs.test \