diff --git a/test/Jamfile b/test/Jamfile index 400126f..a7bb4e3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -6,8 +6,7 @@ subproject libs/iterator/test ; -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; +import testing ; test-suite iterator : @@ -32,6 +31,7 @@ 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 ]