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 ]