forked from boostorg/range
*** empty log message ***
[SVN r24774]
This commit is contained in:
48
test/Jamfile
48
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
|
||||
# ]
|
||||
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user