Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/ptr_container/test/Jamfile.v2 @ 33

Last change on this file since 33 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 637 bytes
Line 
1
2rule sc-test ( name : extra-sources * )
3{
4    return [
5      run $(name).cpp /boost/test//boost_unit_test_framework/<link>static $(extra-sources) ]
6    ;
7}
8
9
10test-suite ptr_container :
11    [ sc-test ptr_vector ]
12    [ sc-test ptr_list ]
13    [ sc-test ptr_deque ]
14    [ sc-test ptr_set ] 
15    [ sc-test ptr_map ]
16    [ sc-test ptr_array ]
17    [ sc-test tree_test ]   
18    [ sc-test incomplete_type_test ]
19    [ run view_example.cpp ]
20    [ sc-test iterator_test ]
21    [ run tut1.cpp ]   
22    [ sc-test indirect_fun ] 
23    [ sc-test serialization : /boost/serialization//boost_serialization ] 
24    [ sc-test no_exceptions ]   
25    ;
Note: See TracBrowser for help on using the repository browser.