Files
concept_check/Jamfile
Jeremy Siek 2ebed5a25a *** empty log message ***
[SVN r15038]
2002-08-21 16:30:48 +00:00

10 lines
262 B
Plaintext

subproject libs/concept_check ;
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
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 ;