$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-08-27 12:02:50
Author: grafik
Date: 2007-08-27 12:02:50 EDT (Mon, 27 Aug 2007)
New Revision: 39007
URL: http://svn.boost.org/trac/boost/changeset/39007
Log:
Bring back the interprocess tests, as they seem fixed now for parallel execution.
Text files modified: 
   trunk/status/Jamfile.v2 |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2	(original)
+++ trunk/status/Jamfile.v2	2007-08-27 12:02:50 EDT (Mon, 27 Aug 2007)
@@ -45,8 +45,8 @@
 build-project ../libs/gil/test ;               # test-suite gil
 build-project ../libs/graph/test ;             # test-suite graph
 build-project ../libs/io/test ;                # test-suite io
-#~ build-project ../libs/interprocess/example ;   # test-suite interprocess_example
-#~ build-project ../libs/interprocess/test ;      # test-suite interprocess_test
+build-project ../libs/interprocess/example ;   # test-suite interprocess_example
+build-project ../libs/interprocess/test ;      # test-suite interprocess_test
 build-project ../libs/intrusive/example ;      # test-suite intrusive_example
 build-project ../libs/intrusive/test ;         # test-suite intrusive_test
 build-project ../libs/iostreams/test ;         # test-suite iostreams