From eda969d7b55ee23aac65b9fae82e2054bc9229ba Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 12 Jul 2003 10:41:38 +0000 Subject: [PATCH] add "subproject" line [SVN r19086] --- test/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +;