diff --git a/test/Jamfile b/test/Jamfile index 639541c..94a46d3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -18,6 +18,8 @@ test-suite iterator # compilation problems. [ run is_convertible_fail.cpp ] + [ run zip_iterator_test.cpp ] + # These tests should work for just about everything. [ compile is_lvalue_iterator.cpp ] [ compile is_readable_iterator.cpp ] @@ -34,7 +36,6 @@ test-suite iterator [ run counting_iterator_test.cpp ] [ run permutation_iterator_test.cpp : : : # on ] - [ run zip_iterator_test.cpp ] [ run ../../utility/iterator_adaptor_examples.cpp ] [ run ../../utility/counting_iterator_example.cpp ]