From f9c4915b55c033ce145039dbeb872cec75ca8ccf Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 14 Apr 2005 11:37:17 +0000 Subject: [PATCH] Sync with V1 [SVN r28241] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) 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 ]