Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > e5dfed2a49e9c96e6ee7b3880f2b1017 > files > 284

libboost1-examples-1.31.0-1mdk.i586.rpm

subproject libs/iterator/example ;

import testing ;

# Make tests run by default.
DEPENDS all : test ;

test-suite iterator_examples
  : [ run reverse_iterator.cpp ]
    [ run node_iterator1.cpp ]
    [ run node_iterator2.cpp ]
    [ run node_iterator3.cpp ]
      ;