add "subproject" line

[SVN r19086]
This commit is contained in:
Jens Maurer 2003-07-12 10:41:38 +00:00
parent 4c8415a99f
commit eda969d7b5

View File

@ -3,6 +3,9 @@
# copyright notice appears in all copies. This software is provided # copyright notice appears in all copies. This software is provided
# "as is" without express or implied warranty, and with no claim as # "as is" without express or implied warranty, and with no claim as
# to its suitability for any purpose. # to its suitability for any purpose.
subproject libs/iterator/test ;
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ; 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. [ run is_convertible_fail.cpp ] # test changed to expected success, so that we catch compilation failures.
[ compile-fail interoperable_fail.cpp ] [ compile-fail interoperable_fail.cpp ]
; ;