$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51486 - trunk/libs/smart_ptr/test
From: pdimov_at_[hidden]
Date: 2009-02-28 16:08:25
Author: pdimov
Date: 2009-02-28 16:08:25 EST (Sat, 28 Feb 2009)
New Revision: 51486
URL: http://svn.boost.org/trac/boost/changeset/51486
Log:
Sync smart_ptr/test/Jamfile.v2 with release.
Text files modified: 
   trunk/libs/smart_ptr/test/Jamfile.v2 |     4 +---                                    
   1 files changed, 1 insertions(+), 3 deletions(-)
Modified: trunk/libs/smart_ptr/test/Jamfile.v2
==============================================================================
--- trunk/libs/smart_ptr/test/Jamfile.v2	(original)
+++ trunk/libs/smart_ptr/test/Jamfile.v2	2009-02-28 16:08:25 EST (Sat, 28 Feb 2009)
@@ -36,19 +36,17 @@
           [ compile-fail scoped_ptr_eq_fail.cpp ]
           [ compile-fail scoped_array_eq_fail.cpp ]
           [ run esft_regtest.cpp ]
-          [ run esft_constructor_test.cpp ]
           [ run yield_k_test.cpp ]
           [ run yield_k_test.cpp : : : <threading>multi : yield_k_test.mt ]
           [ run spinlock_test.cpp ]
           [ run spinlock_try_test.cpp ]
           [ run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ]
           [ run spinlock_pool_test.cpp ]
-          [ run sp_accept_owner_test.cpp ]
-          [ run sp_atomic_test.cpp ]
           [ run make_shared_test.cpp ]
           [ run sp_convertible_test.cpp ]
           [ run wp_convertible_test.cpp ]
           [ run ip_convertible_test.cpp ]
           [ run allocate_shared_test.cpp ]
+          [ run sp_atomic_test.cpp ]
         ;
 }