$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50594 - sandbox/interthreads/libs/interthreads/test
From: vicente.botet_at_[hidden]
Date: 2009-01-14 12:59:37
Author: viboes
Date: 2009-01-14 12:59:36 EST (Wed, 14 Jan 2009)
New Revision: 50594
URL: http://svn.boost.org/trac/boost/changeset/50594
Log:
interthreads version 0.2
Adding threader/joiner
Adding Asynchronous Executors fmk
Text files modified: 
   sandbox/interthreads/libs/interthreads/test/Jamfile.v2 |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/interthreads/libs/interthreads/test/Jamfile.v2
==============================================================================
--- sandbox/interthreads/libs/interthreads/test/Jamfile.v2	(original)
+++ sandbox/interthreads/libs/interthreads/test/Jamfile.v2	2009-01-14 12:59:36 EST (Wed, 14 Jan 2009)
@@ -46,7 +46,6 @@
 {
     test-suite "tests"
         : 
-          [ interthreads-run move_test.cpp ]
           [ interthreads-run test_basic_threader.cpp ]
           [ interthreads-run test_launcher.cpp ]
           [ interthreads-run test_threader.cpp ]