Change all <source> references to <library>.

This commit is contained in:
Rene Rivera 2024-07-20 21:27:39 -05:00
parent a481266238
commit 79c293351f

View File

@ -13,7 +13,7 @@ run base_from_member_ref_test.cpp ;
run binary_test.cpp ;
run call_traits_test.cpp : -u : : <source>/boost/type_traits//testing ;
run call_traits_test.cpp : -u : : <library>/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 : : : <source>/boost/container_hash//boost_container_hash ;
run string_view_test1.cpp : : : <library>/boost/container_hash//boost_container_hash ;
run string_view_test2.cpp ;
run string_view_test_io.cpp ;