From 6d7d244051fb6f3dd2339c3842e95ced39b9a32a Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Wed, 30 Jun 2004 20:13:05 +0000 Subject: [PATCH] Attempt to add static link requirement added for cwpro8 and cwpro9. Should fix the problems on these compilers [SVN r23291] --- string/test/Jamfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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