Added Jamfile.v2

[SVN r32349]
This commit is contained in:
Vladimir Prus
2006-01-18 12:14:03 +00:00
parent 8414234a2a
commit 940df353e8

10
Jamfile.v2 Normal file
View File

@ -0,0 +1,10 @@
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 ]
;