Sync smart_ptr/test/Jamfile.v2 with release.

[SVN r51486]
This commit is contained in:
Peter Dimov
2009-02-28 21:08:25 +00:00
parent 13f91c15f0
commit 10f6ff8b77

View File

@ -36,19 +36,17 @@ import testing ;
[ compile-fail scoped_ptr_eq_fail.cpp ] [ compile-fail scoped_ptr_eq_fail.cpp ]
[ compile-fail scoped_array_eq_fail.cpp ] [ compile-fail scoped_array_eq_fail.cpp ]
[ run esft_regtest.cpp ] [ run esft_regtest.cpp ]
[ run esft_constructor_test.cpp ]
[ run yield_k_test.cpp ] [ run yield_k_test.cpp ]
[ run yield_k_test.cpp : : : <threading>multi : yield_k_test.mt ] [ run yield_k_test.cpp : : : <threading>multi : yield_k_test.mt ]
[ run spinlock_test.cpp ] [ run spinlock_test.cpp ]
[ run spinlock_try_test.cpp ] [ run spinlock_try_test.cpp ]
[ run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ] [ run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ]
[ run spinlock_pool_test.cpp ] [ run spinlock_pool_test.cpp ]
[ run sp_accept_owner_test.cpp ]
[ run sp_atomic_test.cpp ]
[ run make_shared_test.cpp ] [ run make_shared_test.cpp ]
[ run sp_convertible_test.cpp ] [ run sp_convertible_test.cpp ]
[ run wp_convertible_test.cpp ] [ run wp_convertible_test.cpp ]
[ run ip_convertible_test.cpp ] [ run ip_convertible_test.cpp ]
[ run allocate_shared_test.cpp ] [ run allocate_shared_test.cpp ]
[ run sp_atomic_test.cpp ]
; ;
} }