diff --git a/test/Jamfile b/test/Jamfile index 6cdcefc..f00e2cb 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -3,6 +3,9 @@ # copyright notice appears in all copies. This software is provided # "as is" without express or implied warranty, and with no claim as # to its suitability for any purpose. + +subproject libs/iterator/test ; + SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; include testing.jam ; @@ -30,4 +33,4 @@ test-suite iterator [ run is_convertible_fail.cpp ] # test changed to expected success, so that we catch compilation failures. [ compile-fail interoperable_fail.cpp ] -; \ No newline at end of file +;