summaryrefslogtreecommitdiff
path: root/test-suite/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-01-17 12:38:56 +0100
committerAndy Wingo <wingo@pobox.com>2013-01-17 12:38:56 +0100
commita796d0a95442b379a9ff2cdf9e0eb6efccc5dc08 (patch)
tree05142a024acdb1691f7617293cf1da92ddfd3ae3 /test-suite/Makefile.am
parent36c210d14e8572939901b9251492a3f4bf94988c (diff)
downloadguile-a796d0a95442b379a9ff2cdf9e0eb6efccc5dc08.tar.gz
warn on multithreaded fork
* libguile/posix.c (scm_fork): Issue a warning on a multithreaded fork. * doc/ref/posix.texi (Processes): Add note about multithreaded fork. * test-suite/tests/00-socket.test: Moved here, from socket.test, so as to run before any threads are created. * test-suite/Makefile.am: Adapt.
Diffstat (limited to 'test-suite/Makefile.am')
-rw-r--r--test-suite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index 880e1e2cf..9fba7b8b3 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -23,6 +23,7 @@
SUBDIRS = standalone vm
SCM_TESTS = tests/00-initial-env.test \
+ tests/00-socket.test \
tests/alist.test \
tests/and-let-star.test \
tests/arbiters.test \
@@ -114,7 +115,6 @@ SCM_TESTS = tests/00-initial-env.test \
tests/regexp.test \
tests/session.test \
tests/signals.test \
- tests/socket.test \
tests/srcprop.test \
tests/srfi-1.test \
tests/srfi-6.test \