| Line | |
|---|
| 1 | subproject libs/iterator/example ; |
|---|
| 2 | |
|---|
| 3 | import testing ; |
|---|
| 4 | |
|---|
| 5 | # Make tests run by default. |
|---|
| 6 | DEPENDS all : test ; |
|---|
| 7 | |
|---|
| 8 | test-suite iterator_examples |
|---|
| 9 | : [ run reverse_iterator.cpp ] |
|---|
| 10 | [ run node_iterator1.cpp ] |
|---|
| 11 | [ run node_iterator2.cpp ] |
|---|
| 12 | [ run node_iterator3.cpp ] |
|---|
| 13 | [ run counting_iterator_example.cpp ] |
|---|
| 14 | [ run filter_iterator_example.cpp ] |
|---|
| 15 | [ run func_output_iter_example.cpp ] |
|---|
| 16 | [ run indirect_iterator_example.cpp ] |
|---|
| 17 | [ run permutation_iter_example.cpp ] |
|---|
| 18 | [ run reverse_iterator_example.cpp ] |
|---|
| 19 | [ run transform_iterator_example.cpp ] |
|---|
| 20 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.