Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/concept_check/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 306 bytes
Line 
1subproject libs/concept_check ;
2
3import testing ;
4
5test-suite concept_check
6  : [ compile stl_concept_covering.cpp ]
7    [ compile concept_check_test.cpp  ]
8    [ compile class_concept_check_test.cpp ]
9    [ link-fail concept_check_fail_expected.cpp ]
10    [ link-fail class_concept_fail_expected.cpp ]
11  ;
Note: See TracBrowser for help on using the repository browser.