diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e99bada..f55fd3e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -38,9 +38,11 @@ test-suite iterator [ run indirect_iterator_test.cpp ] [ compile indirect_iter_member_types.cpp ] [ run filter_iterator_test.cpp ] + [ run iterator_facade.cpp ] [ run reverse_iterator_test.cpp ] [ run counting_iterator_test.cpp ] [ run interoperable.cpp ] + [ run iterator_traits_test.cpp ] [ run permutation_iterator_test.cpp : : : # on ]