Merged boost::algorithm::gather and updated tests for Utility, Algorithm and Utility libraries

[SVN r83154]
This commit is contained in:
Marshall Clow
2013-02-25 18:43:26 +00:00
parent 6e098b27aa
commit 8132864884
42 changed files with 221 additions and 194 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