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