From 467bad9f89461d1fe51691c1debc1648002f86cc Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 8 Feb 2006 12:02:22 +0000 Subject: [PATCH] Update Jamfile.v2 [SVN r32731] --- test/Jamfile.v2 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9cf42f56..666e525d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -82,7 +82,19 @@ test-suite regex [ run object_cache/object_cache_test.cpp ../build//boost_regex ] - [ run config_info/regex_config_info.cpp ../build//boost_regex ] + [ run config_info/regex_config_info.cpp + ../build//boost_regex/static + : # command line + : # input files + : always_show_run_output + ] + [ run config_info/regex_config_info.cpp ../build//boost_regex + : # command line + : # input files + : always_show_run_output + : regex_dll_config_info + ] + [ run collate_info/collate_info.cpp ../build//boost_regex : : : always_show_run_output ]