forked from boostorg/concept_check
Fixed missing concept_check test -- Jamfile wasn't subincluded
[SVN r30863]
This commit is contained in:
12
Jamfile
12
Jamfile
@@ -2,8 +2,10 @@ subproject libs/concept_check ;
|
||||
|
||||
import testing ;
|
||||
|
||||
compile stl_concept_covering.cpp ;
|
||||
compile concept_check_test.cpp ;
|
||||
compile class_concept_check_test.cpp ;
|
||||
link-fail concept_check_fail_expected.cpp ;
|
||||
link-fail class_concept_fail_expected.cpp ;
|
||||
test-suite concept_check
|
||||
: [ compile stl_concept_covering.cpp ]
|
||||
[ compile concept_check_test.cpp ]
|
||||
[ compile class_concept_check_test.cpp ]
|
||||
[ link-fail concept_check_fail_expected.cpp ]
|
||||
[ link-fail class_concept_fail_expected.cpp ]
|
||||
;
|
||||
|
Reference in New Issue
Block a user