forked from boostorg/range
Remove V1 Jamfiles
[SVN r38516]
This commit is contained in:
45
test/Jamfile
45
test/Jamfile
@ -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 ]
|
|
||||||
;
|
|
||||||
|
|
Reference in New Issue
Block a user