diff --git a/test/Jamfile b/test/Jamfile index 94a46d3..f2607bc 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -31,6 +31,7 @@ test-suite iterator [ compile iterator_archetype_cc.cpp ] [ run transform_iterator_test.cpp ] [ run indirect_iterator_test.cpp ] + [ compile indirect_iterator_member_types.cpp ] [ run filter_iterator_test.cpp ] [ run reverse_iterator_test.cpp ] [ run counting_iterator_test.cpp ]