Add `test-suite/tests/popen-child.scm' to the distribution.
authorLudovic Courtès <ludo@gnu.org>
Wed, 1 Sep 2010 12:52:36 +0000 (14:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 1 Sep 2010 12:52:36 +0000 (14:52 +0200)
* test-suite/Makefile.am (SCM_TESTS): Add `tests/popen-child.scm'.

test-suite/Makefile.am

index eaa7512..6926149 100644 (file)
@@ -73,6 +73,7 @@ SCM_TESTS = tests/00-initial-env.test         \
            tests/procprop.test                 \
            tests/poe.test                      \
            tests/popen.test                    \
+           tests/popen-child.scm               \
            tests/ports.test                    \
            tests/posix.test                    \
            tests/q.test                        \