forked from boostorg/iterator
10 lines
186 B
Plaintext
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 ]
|
|
;
|