std::locale requirement added

[SVN r23323]
This commit is contained in:
Pavol Droba
2004-07-03 10:32:14 +00:00
parent 81044b4233
commit b108993f89

View File

@ -21,57 +21,50 @@ DEPENDS all : test ;
container_test.cpp container_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static
: container : container
] ]
[ run [ run
trim_test.cpp trim_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static
: trim : trim
] ]
[ run [ run
conv_test.cpp conv_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static
: conv : conv
] ]
[ run [ run
predicate_test.cpp predicate_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static
: predicate : predicate
] ]
[ run [ run
find_test.cpp find_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static
: find : find
] ]
[ run [ run
split_test.cpp split_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static : split
: split
] ]
[ run [ run
replace_test.cpp replace_test.cpp
: : : :
: :
<cwpro8><*><runtime-link>static std::locale-support
<cwpro9><*><runtime-link>static : replace
: replace
] ]
[ run [ run
regex_test.cpp regex_test.cpp