mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
13 lines
237 B
Plaintext
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 ]
|
|
;
|