diff --git a/string/test/Jamfile b/string/test/Jamfile index a7591c6..ef5f7a5 100644 --- a/string/test/Jamfile +++ b/string/test/Jamfile @@ -21,57 +21,50 @@ DEPENDS all : test ; container_test.cpp : : : - <*>static - <*>static + std::locale-support : container ] [ run trim_test.cpp : : : - <*>static - <*>static + std::locale-support : trim ] [ run conv_test.cpp : : : - <*>static - <*>static + std::locale-support : conv ] [ run predicate_test.cpp : : : - <*>static - <*>static + std::locale-support : predicate ] [ run find_test.cpp : : : - <*>static - <*>static + std::locale-support : find ] [ run split_test.cpp : : : - <*>static - <*>static - : split + std::locale-support + : split ] [ run replace_test.cpp : : : - <*>static - <*>static - : replace + std::locale-support + : replace ] [ run regex_test.cpp