forked from boostorg/concept_check
10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
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 ;
|