diff --git a/test/Jamfile b/test/Jamfile index 349d5a9..51a477b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -64,7 +64,13 @@ run spinlock_pool_test.cpp msvc-9.0,release:no ; run make_shared_test.cpp ; -run make_shared_move_emulation_test.cpp ; +run make_shared_move_emulation_test.cpp + : : : + clang-3.5,03:no + clang-3.6,03:no + clang-3.7,03:no + ; + run make_shared_perfect_forwarding_test.cpp ; run shared_ptr_convertible_test.cpp ; run wp_convertible_test.cpp ;