*** empty log message ***

[SVN r24774]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-08-26 23:49:24 +00:00
parent ea0e0c96e2
commit 60450042a3

View File

@@ -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
# ]
;