diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index dbbfaccd..4d1a2967 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -12,7 +12,6 @@ project # There are unidentified linker problems on these platforms: mipspro-7.4:static sun-5.9:static - ../build//icu_options ; # @@ -56,14 +55,14 @@ local regress-sources = regress/$(R_SOURCE) ; test-suite regex : - [ run regress/$(R_SOURCE) ../build//boost_regex + [ run regress/$(R_SOURCE) ../build//boost_regex ../build//icu_options : # command line : # input files : # requirements : regex_regress ] [ run regress/$(R_SOURCE) ../build//boost_regex - ../../thread/build//boost_thread + ../../thread/build//boost_thread ../build//icu_options : # command line : # input files : # requirements @@ -133,9 +132,3 @@ test-suite regex ; - - - - - -