Remove V1 Jamfiles

[SVN r38516]
This commit is contained in:
Vladimir Prus
2007-08-08 19:02:26 +00:00
parent aeb47120e3
commit 51650f1aa2

View File

@ -1,45 +0,0 @@
# 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 ;
import testing ;
rule range-test ( name : includes * )
{
return [
run $(name).cpp
<lib>../../test/build/boost_unit_test_framework
<lib>../../regex/build/boost_regex
:
:
: <include>$(BOOST_ROOT)
$(includes)
] ;
}
test-suite range :
[ range-test array ]
[ range-test iterator_pair ]
[ range-test std_container ]
[ range-test string ]
[ range-test iterator_range ]
[ range-test sub_range ]
[ range-test partial_workaround ]
[ range-test algorithm_example ]
[ range-test reversible_range ]
[ range-test const_ranges ]
[ range-test extension_mechanism ]
# [ range-test test ]
# [ range-test algorithm ]
# [ range-test adaptors ]
# [ range-test mfc : <include>$(VC71_ROOT)/atlmfc/include ]
;