Files
iterator/example/Jamfile
Dave Abrahams 7b199b7b45 merged from trunk
[SVN r21680]
2004-01-13 15:45:17 +00:00

14 lines
268 B
Plaintext

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 ]
;