Files
concept_check/Jamfile
Dave Abrahams b76c1fb73d merged from trunk
[SVN r30864]
2005-09-07 21:50:07 +00:00

12 lines
306 B
Plaintext

subproject libs/concept_check ;
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 ]
;