Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/iterator/example/Jamfile @ 12

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

added boost

File size: 558 bytes
Line 
1subproject libs/iterator/example ;
2
3import testing ;
4
5# Make tests run by default.
6DEPENDS all : test ;
7
8test-suite iterator_examples
9  : [ run reverse_iterator.cpp ]
10    [ run node_iterator1.cpp ]
11    [ run node_iterator2.cpp ]
12    [ run node_iterator3.cpp ]
13    [ run counting_iterator_example.cpp ]
14    [ run filter_iterator_example.cpp ]
15    [ run func_output_iter_example.cpp ]
16    [ run indirect_iterator_example.cpp ]
17    [ run permutation_iter_example.cpp ]
18    [ run reverse_iterator_example.cpp ]
19    [ run transform_iterator_example.cpp ]
20      ;
Note: See TracBrowser for help on using the repository browser.