Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 19:37:19 -05:00
committed by Jim King
parent ffe7b367ee
commit 848454e162

View File

@@ -5,7 +5,7 @@
import testing ; import testing ;
project : requirements project : requirements
<source>/boost/core//boost_core <library>/boost/core//boost_core
; ;
test-suite concept_check test-suite concept_check
@@ -15,11 +15,11 @@ test-suite concept_check
[ run class_concept_check_test.cpp ] [ run class_concept_check_test.cpp ]
[ compile-fail concept_check_fail_expected.cpp ] [ compile-fail concept_check_fail_expected.cpp ]
[ compile-fail class_concept_fail_expected.cpp ] [ compile-fail class_concept_fail_expected.cpp ]
[ run where.cpp ] [ run where.cpp ]
[ compile-fail where_fail.cpp ] [ compile-fail where_fail.cpp ]
[ compile-fail usage_fail.cpp ] [ compile-fail usage_fail.cpp ]
# Backward compatibility tests # Backward compatibility tests
[ run old_concept_pass.cpp ] [ run old_concept_pass.cpp ]
[ compile-fail function_requires_fail.cpp ] [ compile-fail function_requires_fail.cpp ]