diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ca14dd1..d66fbc3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -45,5 +45,6 @@ import testing ; [ run spinlock_pool_test.cpp ] [ run sp_accept_owner_test.cpp ] [ run sp_atomic_test.cpp ] + [ run sp_atomic_mt_test.cpp : : : multi /boost/thread//boost_thread ] ; }