diff --git a/test/Jamfile b/test/Jamfile index b989781..c3f6eed 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,3 +1,13 @@ +# Boost.Range library +# +# Copyright Thorsten Ottosen 2003-2004. Use, modification and +# distribution is subject to the Boost Software License, Version +# 1.0. (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) +# +# For more information, see http://www.boost.org/libs/range/ +# + subproject libs/range/test ; SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; @@ -62,31 +72,31 @@ test-suite range : : reversible_range_test ] - [ run - compat1.cpp - : : - : - : compat1_test - ] - [ run - compat3.cpp - : : - : - : compat3_test - ] - +# [ run +# compat1.cpp +# : : +# : +# : compat1_test +# ] +# [ run +# compat3.cpp +# : : +# : +# : compat3_test +# ] +# # [ run # adl_conformance.cpp # : : # : # : adl_conformance # ] - [ run - adl_conformance_no_using.cpp - : : - : - : adl_conformance_no_using_declaration - ] +# [ run +# adl_conformance_no_using.cpp +# : : +# : +# : adl_conformance_no_using_declaration +# ] ;