merged from trunk

[SVN r30864]
This commit is contained in:
Dave Abrahams
2005-09-07 21:50:07 +00:00
parent e1c45aba8d
commit b76c1fb73d

12
Jamfile
View File

@@ -2,8 +2,10 @@ subproject libs/concept_check ;
import testing ; import testing ;
compile stl_concept_covering.cpp ; test-suite concept_check
compile concept_check_test.cpp ; : [ compile stl_concept_covering.cpp ]
compile class_concept_check_test.cpp ; [ compile concept_check_test.cpp ]
link-fail concept_check_fail_expected.cpp ; [ compile class_concept_check_test.cpp ]
link-fail class_concept_fail_expected.cpp ; [ link-fail concept_check_fail_expected.cpp ]
[ link-fail class_concept_fail_expected.cpp ]
;