mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-01 13:34:47 +02:00
Change all <source> references to <library>.
This commit is contained in:
@@ -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 ]
|
||||||
|
Reference in New Issue
Block a user