From c874b4500fdf90a9e53423599b90d3411c532a97 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 28 Feb 2004 23:20:13 +0000 Subject: [PATCH] * tests/posix.test: New file, exercise execl, execlp, execle errors. * 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 41a615bba..ef2500fe2 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -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 \