forked from boostorg/concept_check
Change tests to run and compile-fail.
[SVN r36196]
This commit is contained in:
10
Jamfile.v2
10
Jamfile.v2
@@ -5,9 +5,9 @@
|
||||
import testing ;
|
||||
|
||||
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 ]
|
||||
: [ run stl_concept_covering.cpp ]
|
||||
[ run concept_check_test.cpp ]
|
||||
[ run class_concept_check_test.cpp ]
|
||||
[ compile-fail concept_check_fail_expected.cpp ]
|
||||
[ compile-fail class_concept_fail_expected.cpp ]
|
||||
;
|
||||
|
Reference in New Issue
Block a user