Updated Boost.Algorithm tests to use non-deprecated test framework

[SVN r82785]
This commit is contained in:
Marshall Clow
2013-02-08 17:21:43 +00:00
parent 4ca6b10441
commit f65d36aca7
44 changed files with 228 additions and 203 deletions

View File

@ -9,58 +9,63 @@
import testing ;
alias unit_test_framework
: # sources
/boost//unit_test_framework
;
test-suite algorithm/string
: [ run
trim_test.cpp
trim_test.cpp unit_test_framework
: :
:
: trim
]
[ run
conv_test.cpp
conv_test.cpp unit_test_framework
: :
:
: conv
]
[ run
predicate_test.cpp
predicate_test.cpp unit_test_framework
: :
:
: predicate
]
[ run
find_test.cpp
find_test.cpp unit_test_framework
: :
:
: find
]
[ run
split_test.cpp
split_test.cpp unit_test_framework
: :
:
: split
]
[ run
join_test.cpp
join_test.cpp unit_test_framework
: :
:
: join
]
[ run
replace_test.cpp
replace_test.cpp unit_test_framework
: :
:
: replace
]
[ run
regex_test.cpp
regex_test.cpp unit_test_framework
../../../regex/build//boost_regex
: :
:
: regex
]
[ run
find_format_test.cpp
find_format_test.cpp unit_test_framework
: :
:
: find_format