diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9ae09ed..b9244e7 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -13,7 +13,7 @@ run base_from_member_ref_test.cpp ; run binary_test.cpp ; -run call_traits_test.cpp : -u : : /boost/type_traits//testing ; +run call_traits_test.cpp : -u : : /boost/type_traits//testing ; run compressed_pair_test.cpp ; run compressed_pair_final_test.cpp ; @@ -31,7 +31,7 @@ run string_ref_test2.cpp ; run string_ref_test_io.cpp ; # compile-fail string_view_from_rvalue.cpp ; compile string_view_constexpr_test1.cpp ; -run string_view_test1.cpp : : : /boost/container_hash//boost_container_hash ; +run string_view_test1.cpp : : : /boost/container_hash//boost_container_hash ; run string_view_test2.cpp ; run string_view_test_io.cpp ;