forked from boostorg/smart_ptr
Update test/Jamfile; Bind requires C++11
This commit is contained in:
12
test/Jamfile
12
test/Jamfile
@@ -405,20 +405,22 @@ run lsp_hash_test.cpp
|
|||||||
: : : $(cnhash) ;
|
: : : $(cnhash) ;
|
||||||
run lsp_hash_test2.cpp ;
|
run lsp_hash_test2.cpp ;
|
||||||
|
|
||||||
|
local MT = <threading>multi [ requires cxx11_decltype cxx11_noexcept ] <toolset>gcc-4.6:<build>no ;
|
||||||
|
|
||||||
run atomic_count_mt_test.cpp
|
run atomic_count_mt_test.cpp
|
||||||
: : : <threading>multi ;
|
: : : $(MT) ;
|
||||||
|
|
||||||
run spinlock_mt_test.cpp
|
run spinlock_mt_test.cpp
|
||||||
: : : <threading>multi ;
|
: : : $(MT) ;
|
||||||
|
|
||||||
run spinlock_pool_mt_test.cpp
|
run spinlock_pool_mt_test.cpp
|
||||||
: : : <threading>multi ;
|
: : : $(MT) ;
|
||||||
|
|
||||||
run shared_ptr_mt_test.cpp
|
run shared_ptr_mt_test.cpp
|
||||||
: : : <threading>multi ;
|
: : : $(MT) ;
|
||||||
|
|
||||||
run weak_ptr_mt_test.cpp
|
run weak_ptr_mt_test.cpp
|
||||||
: : : <threading>multi ;
|
: : : $(MT) ;
|
||||||
|
|
||||||
compile sp_report_implementation.cpp ;
|
compile sp_report_implementation.cpp ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user