iterator/example/Jamfile
Dave Abrahams 59340bca4c Began tutorial and examples.
[SVN r21584]
2004-01-11 01:02:36 +00:00

10 lines
186 B
Plaintext

subproject libs/iterator/example ;
import testing ;
test-suite iterator_examples
: [ run reverse_iterator.cpp ]
[ run node_iterator1.cpp ]
[ run node_iterator2.cpp ]
;