2004-01-11 01:02:36 +00:00
|
|
|
subproject libs/iterator/example ;
|
|
|
|
|
|
|
|
import testing ;
|
|
|
|
|
2004-01-12 02:49:55 +00:00
|
|
|
# Make tests run by default.
|
|
|
|
DEPENDS all : test ;
|
|
|
|
|
2004-01-11 01:02:36 +00:00
|
|
|
test-suite iterator_examples
|
|
|
|
: [ run reverse_iterator.cpp ]
|
|
|
|
[ run node_iterator1.cpp ]
|
|
|
|
[ run node_iterator2.cpp ]
|
2004-01-12 20:58:22 +00:00
|
|
|
[ run node_iterator3.cpp ]
|
2004-01-14 03:56:16 +00:00
|
|
|
[ run counting_iterator_example.cpp ]
|
|
|
|
[ run filter_iterator_example.cpp ]
|
|
|
|
[ run function_output_iterator_example.cpp ]
|
|
|
|
[ run indirect_iterator_example.cpp ]
|
|
|
|
[ run permutation_iterator_example.cpp ]
|
|
|
|
[ run reverse_iterator_example.cpp ]
|
|
|
|
[ run transform_iterator_example.cpp ]
|
2004-01-11 01:02:36 +00:00
|
|
|
;
|