diff --git a/test/Jamfile b/test/Jamfile index 73a551d..37e55b0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -14,10 +14,10 @@ import testing ; project : requirements - /boost/align//boost_align - /boost/container_hash//boost_container_hash - /boost/functional//boost_functional - /boost/smart_ptr//boost_smart_ptr + /boost/align//boost_align + /boost/container_hash//boost_container_hash + /boost/functional//boost_functional + /boost/smart_ptr//boost_smart_ptr gcc:-Wno-non-virtual-dtor gcc:-Wno-deprecated-declarations #gcc:-Wno-delete-non-virtual-dtor (not in 4.4/4.6) @@ -85,7 +85,7 @@ run shared_ptr_convertible_test.cpp ; run wp_convertible_test.cpp ; run ip_convertible_test.cpp ; run allocate_shared_test.cpp ; -run sp_atomic_test.cpp : : : /boost/atomic//boost_atomic ; +run sp_atomic_test.cpp : : : /boost/atomic//boost_atomic ; run esft_void_test.cpp ; run esft_second_ptr_test.cpp ; run make_shared_esft_test.cpp ; @@ -257,7 +257,7 @@ compile make_shared_msvc_test.cpp ; compile lwm_win32_cs_test.cpp ; -run atomic_sp_test.cpp : : : /boost/atomic//boost_atomic ; +run atomic_sp_test.cpp : : : /boost/atomic//boost_atomic ; run sp_constexpr_test.cpp ; run sp_constexpr_test2.cpp ; @@ -414,19 +414,19 @@ run lsp_hash_test2.cpp ; local MT = multi [ requires cxx11_decltype cxx11_noexcept ] gcc-4.6:no ; run atomic_count_mt_test.cpp - : : : $(MT) /boost/bind//boost_bind ; + : : : $(MT) /boost/bind//boost_bind ; run spinlock_mt_test.cpp - : : : $(MT) /boost/bind//boost_bind ; + : : : $(MT) /boost/bind//boost_bind ; run spinlock_pool_mt_test.cpp - : : : $(MT) /boost/bind//boost_bind ; + : : : $(MT) /boost/bind//boost_bind ; run shared_ptr_mt_test.cpp - : : : $(MT) /boost/bind//boost_bind ; + : : : $(MT) /boost/bind//boost_bind ; run weak_ptr_mt_test.cpp - : : : $(MT) /boost/bind//boost_bind ; + : : : $(MT) /boost/bind//boost_bind ; compile sp_report_implementation.cpp ;