diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ac694e1..888a043 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -59,4 +59,6 @@ test-suite iterator [ run next_prior_test.cpp ] [ run advance_test.cpp ] [ run distance_test.cpp ] + + [ run shared_iterator_test.cpp ] ;