mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 07:32:08 +02:00
Added example test code Rolled forward old counting_iterator abstract for boost docs. [SVN r21649]
14 lines
268 B
Plaintext
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 ]
|
|
;
|