From 3bdc8f4d17a5506b0e5d21917c2bb5f942562a54 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 19 Sep 2003 01:06:14 +0000 Subject: [PATCH] * tests/popen.test: New file. * Makefile.am (SCM_TESTS): Add it. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 4a34bd868..3b990378e 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -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 \