1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-10 19:30:27 +02:00

* tests/popen.test: New file.

* Makefile.am (SCM_TESTS): Add it.
This commit is contained in:
Kevin Ryde 2003-09-19 01:07:16 +00:00
parent 0ad5796162
commit 89eff59fd0

View file

@ -19,6 +19,7 @@ SCM_TESTS = tests/alist.test \
tests/multilingual.nottest \ tests/multilingual.nottest \
tests/numbers.test \ tests/numbers.test \
tests/optargs.test \ tests/optargs.test \
tests/popen.test \
tests/ports.test \ tests/ports.test \
tests/r4rs.test \ tests/r4rs.test \
tests/reader.test \ tests/reader.test \