iterator/example/Jamfile
Dave Abrahams 06e1fa88b9 tutorial updates
[SVN r21615]
2004-01-12 02:49:55 +00:00

13 lines
237 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 ]
;